Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp110 … virtual void setL2HysThreshold(double threshold_L2hys) { threshold_L2hys_ = threshold_L2hys; } in setL2HysThreshold()
111 virtual double getL2HysThreshold() const { return threshold_L2hys_; } in getL2HysThreshold()
162 double threshold_L2hys_; member in __anon78effd4c0111::HOG_Impl
193 threshold_L2hys_(0.2), in HOG_Impl()
514 (float)threshold_L2hys_); in computeBlockHistograms()