Searched refs:hit_threshold_ (Results 1 – 1 of 1) sorted by relevance
119 virtual void setHitThreshold(double hit_threshold) { hit_threshold_ = hit_threshold; } in setHitThreshold()120 virtual double getHitThreshold() const { return hit_threshold_; } in getHitThreshold()165 double hit_threshold_; member in __anon50cfe1180111::HOG_Impl196 hit_threshold_(0.0), in HOG_Impl()315 (float)hit_threshold_, in detect()341 (float)hit_threshold_, in detect()354 if (vec[i] >= hit_threshold_) in detect()