Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp135 virtual void setGroupThreshold(int group_threshold) = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp128 virtual void setGroupThreshold(int group_threshold) { group_threshold_ = group_threshold; } in setGroupThreshold() argument
/external/opencv3/modules/objdetect/src/
Dhog.cpp1793 … double hit_threshold, Size win_stride, double group_threshold, in ocl_detectMultiScale() argument
1827 groupRectangles(found_locations, (int)group_threshold, 0.2); in ocl_detectMultiScale()