HomeSort by relevance Sort by last modified time
    Searched refs:CV_MIDDLE (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
_cvimgproc.h 72 #define CV_MIDDLE 4
cvcorner.cpp 406 stage = CV_MIDDLE;
693 stage = CV_MIDDLE;
cvfilter.cpp 444 int phase = flags & (CV_START|CV_END|CV_MIDDLE);
494 phase &= CV_START | CV_END | CV_MIDDLE;
    [all...]
  /external/opencv/cv/include/
cv.hpp 54 #define CV_MIDDLE 4
98 _phase is either CV_START, or CV_END, or CV_MIDDLE, or CV_START|CV_END, or CV_WHOLE,
102 CV_MIDDLE - the input is neither first nor last stripe.

Completed in 2548 milliseconds