Home
last modified time | relevance | path

Searched refs:minNeighbours (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/objdetect/include/opencv2/objdetect/
Ddetection_based_tracker.hpp75 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/
DDetectionBasedTracker_jni.cpp35 …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/
Ddbt_face_detection.cpp31 … Detector->detectMultiScale(Image, objects, scaleFactor, minNeighbours, 0, minObjSize, maxObjSize); in detect()