Home
last modified time | relevance | path

Searched refs:setDescriptorFormat (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp141 virtual void setDescriptorFormat(int descr_format) = 0;
/external/opencv3/modules/cudaobjdetect/test/
Dtest_objdetect.cpp190 hog->setDescriptorFormat(cv::cuda::HOG::DESCR_FORMAT_ROW_BY_ROW); in CUDA_TEST_P()
193 hog->setDescriptorFormat(cv::cuda::HOG::DESCR_FORMAT_COL_BY_COL); in CUDA_TEST_P()
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp131 virtual void setDescriptorFormat(int descr_format) { descr_format_ = descr_format; } in setDescriptorFormat() function in __anon78effd4c0111::HOG_Impl