Home
last modified time | relevance | path

Searched refs:DESCR_FORMAT_COL_BY_COL (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudaobjdetect/include/opencv2/
Dcudaobjdetect.hpp84 DESCR_FORMAT_COL_BY_COL enumerator
/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp200 descr_format_(DESCR_FORMAT_COL_BY_COL) in HOG_Impl()
470 case DESCR_FORMAT_COL_BY_COL: in compute()
/external/opencv3/modules/cudaobjdetect/test/
Dtest_objdetect.cpp193 hog->setDescriptorFormat(cv::cuda::HOG::DESCR_FORMAT_COL_BY_COL); in CUDA_TEST_P()
/external/opencv3/modules/objdetect/src/
Dhog.cpp66 enum {DESCR_FORMAT_COL_BY_COL, DESCR_FORMAT_ROW_BY_ROW}; enumerator
1381 case DESCR_FORMAT_COL_BY_COL: in ocl_compute()
1411 ocl_compute(_img, winStride, descriptors, DESCR_FORMAT_COL_BY_COL, blockSize, in compute()