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

  /external/opencv/cv/src/
cvsumpixels.cpp 327 int src_step, sum_step, sqsum_step, tilted_step; local
404 tilted_step = !tilted ? 0 : tilted->step ? tilted->step : CV_STUB_STEP;
423 tilted ? tilted->data.ptr : 0, tilted_step, size ));

Completed in 158 milliseconds