Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp173 void computeBlockHistograms(const GpuMat& img, GpuMat& block_hists);
300 computeBlockHistograms(img, block_hists); in detect()
451 computeBlockHistograms(img, block_hists); in compute()
490 void HOG_Impl::computeBlockHistograms(const GpuMat& img, GpuMat& block_hists) in computeBlockHistograms() function in __anon50cfe1180111::HOG_Impl