Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp106 virtual void setL2HysThreshold(double threshold_L2hys) = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp110 … virtual void setL2HysThreshold(double threshold_L2hys) { threshold_L2hys_ = threshold_L2hys; } in setL2HysThreshold() argument