Searched refs:group_threshold_ (Results 1 – 1 of 1) sorted by relevance
128 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_Impl199 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()