getObjects        136 modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp         virtual void getObjects(std::vector<cv::Rect>& result) const;
getObjects        137 modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp         virtual void getObjects(std::vector<Object>& result) const;
getObjects        156 modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp         virtual void getObjects(std::vector<ExtObject>& result) const;
getObjects        233 samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp         ((DetectorAgregator*)thiz)->tracker->getObjects(RectFaces);
getObjects         79 samples/cpp/dbt_face_detection.cpp         Detector.getObjects(Faces);