Searched refs:getMaxObjectSize (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaobjdetect/include/opencv2/ | ||
D | cudaobjdetect.hpp | 220 virtual Size getMaxObjectSize() const = 0; |
/external/opencv3/modules/objdetect/include/opencv2/objdetect/ | ||
D | detection_based_tracker.hpp | 93 cv::Size getMaxObjectSize() const in getMaxObjectSize() function in cv::DetectionBasedTracker::IDetector |
/external/opencv3/modules/cudaobjdetect/src/ | ||
D | cascadeclassifier.cpp | 68 virtual Size getMaxObjectSize() const { return maxObjectSize_; } in getMaxObjectSize() function in __anon3438be970111::CascadeClassifierBase |