HomeSort by relevance Sort by last modified time
    Searched refs:CV_STUB_STEP (Results 26 - 33 of 33) sorted by null

12

  /external/opencv/cv/src/
cvmoments.cpp 448 int matstep = mat->step ? mat->step : CV_STUB_STEP;
cvmotempl.cpp 147 mhi_step = silh_step = CV_STUB_STEP;
cvsamplers.cpp 570 src_step = src->step ? src->step : CV_STUB_STEP;
571 dst_step = dst->step ? dst->step : CV_STUB_STEP;
    [all...]
cvhistogram.cpp     [all...]
cvsmooth.cpp     [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 629 s_step = d_step = CV_STUB_STEP;
  /external/opencv/cxcore/include/
cxmisc.h 154 #define CV_STUB_STEP (1 << 30)
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 86 step = CV_STUB_STEP;
    [all...]

Completed in 322 milliseconds

12