Searched refs:getBlockHistogramSize (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/ |
D | hog.cpp | 136 virtual size_t getBlockHistogramSize() const; 229 … return numPartsWithin(win_size_, block_size_, block_stride_).area() * getBlockHistogramSize(); in getDescriptorSize() 232 size_t HOG_Impl::getBlockHistogramSize() const in getBlockHistogramSize() function in __anon78effd4c0111::HOG_Impl 255 size_t block_hist_size = getBlockHistogramSize(); in setSVMDetector() 453 const size_t block_hist_size = getBlockHistogramSize(); in compute() 485 size_t block_hist_size = getBlockHistogramSize(); in getTotalHistSize()
|
/external/opencv3/modules/cudaobjdetect/include/opencv2/ |
D | cudaobjdetect.hpp | 150 virtual size_t getBlockHistogramSize() const = 0;
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 80 static size_t getBlockHistogramSize(Size block_size, Size cell_size, int nbins) in getBlockHistogramSize() function 121 size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins); in setSVMDetector() 1336 const size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins); in ocl_compute() 1738 const size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins); in ocl_detect()
|