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

  /external/opencv3/modules/objdetect/include/opencv2/objdetect/
objdetect_c.h 135 CVAPI(CvSeq*) cvHaarDetectObjects( const CvArr* image,
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 443 CvSeq* rs = cvHaarDetectObjects(&c_gray, c_cascade, storage, 1.1, 3, flags[di] );
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 856 cvHaarDetectObjects( const CvArr* _img,
871 CV_FUNCNAME( "cvHaarDetectObjects" );
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]

Completed in 312 milliseconds