Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp142 virtual int getDescriptorFormat() const = 0;
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp132 virtual int getDescriptorFormat() const { return descr_format_; } in getDescriptorFormat() function in __anon78effd4c0111::HOG_Impl