HomeSort by relevance Sort by last modified time
    Searched full:v_step (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
ml_inner_functions.cpp 850 int i, j, var_count, sample_count, s_step, v_step; local
875 v_step = 1;
888 CV_SWAP( s_step, v_step, i );
897 dst[j] = src[j*v_step];
900 dst[j] = src[v_idx[j]*v_step];
    [all...]

Completed in 961 milliseconds