Searched refs:minNeighbours (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/objdetect/include/opencv2/objdetect/ |
D | detection_based_tracker.hpp | 75 minNeighbours(2), in IDetector() 107 return minNeighbours; in getMinNeighbours() 111 minNeighbours = value; in setMinNeighbours() 118 int minNeighbours; member in cv::DetectionBasedTracker::IDetector
|
/external/opencv3/samples/android/face-detection/jni/ |
D | DetectionBasedTracker_jni.cpp | 35 …nNeighbours=%d, minObjSize=(%dx%d), maxObjSize=(%dx%d)", scaleFactor, minNeighbours, minObjSize.wi… in detect() 36 … Detector->detectMultiScale(Image, objects, scaleFactor, minNeighbours, 0, minObjSize, maxObjSize); in detect()
|
/external/opencv3/samples/cpp/ |
D | dbt_face_detection.cpp | 31 … Detector->detectMultiScale(Image, objects, scaleFactor, minNeighbours, 0, minObjSize, maxObjSize); in detect()
|