Home
last modified time | relevance | path

Searched refs:descr_format (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/src/
Dhog.cpp131 virtual void setDescriptorFormat(int descr_format) { descr_format_ = descr_format; } in setDescriptorFormat() argument
/external/opencv3/modules/objdetect/src/
Dhog.cpp1326 …putArray _img, Size win_stride, std::vector<float>& _descriptors, int descr_format, Size blockSize, in ocl_compute() argument
1373 switch (descr_format) in ocl_compute()