Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp107 virtual double getL2HysThreshold() const = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp111 virtual double getL2HysThreshold() const { return threshold_L2hys_; } in getL2HysThreshold() function in __anon78effd4c0111::HOG_Impl