Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp122 virtual double getHitThreshold() const = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp120 virtual double getHitThreshold() const { return hit_threshold_; } in getHitThreshold() function in __anon78effd4c0111::HOG_Impl