Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp136 virtual int getGroupThreshold() const = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp129 virtual int getGroupThreshold() const { return group_threshold_; } in getGroupThreshold() function in __anon78effd4c0111::HOG_Impl