Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp220 virtual Size getMaxObjectSize() const = 0;
/external/opencv3/modules/objdetect/include/opencv2/objdetect/
Ddetection_based_tracker.hpp93 cv::Size getMaxObjectSize() const in getMaxObjectSize() function in cv::DetectionBasedTracker::IDetector
/external/opencv3/modules/cudaobjdetect/src/
Dcascadeclassifier.cpp68 virtual Size getMaxObjectSize() const { return maxObjectSize_; } in getMaxObjectSize() function in __anon3438be970111::CascadeClassifierBase