setMinObjectSize  223 modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp     virtual void setMinObjectSize(Size minSize) = 0;
setMinObjectSize  990 modules/objdetect/src/detection_based_tracker.cpp     cascadeForTracking->setMinObjectSize(Size(d, d));
setMinObjectSize   87 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp             mainDetector->setMinObjectSize(Size(faceSize, faceSize));
setMinObjectSize  202 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp             ((DetectorAgregator*)thiz)->mainDetector->setMinObjectSize(Size(faceSize, faceSize));