Lines Matching refs:block_hists
63 const cv::cuda::PtrStepSzb& qangle, float sigma, float* block_hists);
66 int height, int width, float* block_hists, float threshold);
70 int width, float* block_hists, float* coefs, float free_coef,
74 … int win_stride_y, int win_stride_x, int height, int width, float* block_hists,
78 … int win_stride_y, int win_stride_x, int height, int width, float* block_hists,
81 … int win_stride_y, int win_stride_x, int height, int width, float* block_hists,
173 void computeBlockHistograms(const GpuMat& img, GpuMat& block_hists);
299 GpuMat block_hists = pool.getBuffer(1, getTotalHistSize(img.size()), CV_32FC1); in detect() local
300 computeBlockHistograms(img, block_hists); in detect()
312 block_hists.ptr<float>(), in detect()
338 block_hists.ptr<float>(), in detect()
450 GpuMat block_hists = pool.getBuffer(1, getTotalHistSize(img.size()), CV_32FC1); in compute() local
451 computeBlockHistograms(img, block_hists); in compute()
467 block_hists.ptr<float>(), in compute()
475 block_hists.ptr<float>(), in compute()
490 void HOG_Impl::computeBlockHistograms(const GpuMat& img, GpuMat& block_hists) in computeBlockHistograms() argument
501 block_hists.create(1, getTotalHistSize(img.size()), CV_32FC1); in computeBlockHistograms()
508 block_hists.ptr<float>()); in computeBlockHistograms()
513 block_hists.ptr<float>(), in computeBlockHistograms()