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

  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 898 bool do_canny_pruning = (flags & CV_HAAR_DO_CANNY_PRUNING) != 0;
961 flags &= ~(CV_HAAR_SCALE_IMAGE|CV_HAAR_DO_CANNY_PRUNING);
    [all...]
cvhaar.cpp 879 bool do_canny_pruning = (flags & CV_HAAR_DO_CANNY_PRUNING) != 0;
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 142 milliseconds