Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp128 virtual void setGroupThreshold(int group_threshold) { group_threshold_ = group_threshold; } in setGroupThreshold()
129 virtual int getGroupThreshold() const { return group_threshold_; } in getGroupThreshold()
168 int group_threshold_; member in __anon78effd4c0111::HOG_Impl
199 group_threshold_(2), in HOG_Impl()
370 CV_Assert( confidences == NULL || group_threshold_ == 0 ); in detectMultiScale()
432 if (group_threshold_ > 0) in detectMultiScale()
434 … groupRectangles(found_locations, group_threshold_, 0.2/*magic number copied from CPU version*/); in detectMultiScale()