Searched defs:block_hists (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 119 … const PtrStepb qangle, float scale, float* block_hists) in compute_hists_kernel_many_blocks() 197 const PtrStepSzb& qangle, float sigma, float* block_hists) in compute_hists() 265 float* block_hists, float threshold) in normalize_hists_kernel_many_blocks() 296 int height, int width, float* block_hists, float threshold) in normalize_hists() 336 … const float* block_hists, const float* coefs, in compute_confidence_hists_kernel_many_blocks() 367 … int win_stride_y, int win_stride_x, int height, int width, float* block_hists, in compute_confidence_hists() 398 … const float* block_hists, const float* coefs, in classify_hists_kernel_many_blocks() 429 … int win_stride_y, int win_stride_x, int height, int width, float* block_hists, in classify_hists() 460 … const float* block_hists, PtrStepf descriptors) in extract_descrs_by_rows_kernel() 480 … int height, int width, float* block_hists, PtrStepSzf descriptors) in extract_descrs_by_rows() [all …]
|
/external/opencv3/modules/cudaobjdetect/src/ |
D | hog.cpp | 299 GpuMat block_hists = pool.getBuffer(1, getTotalHistSize(img.size()), CV_32FC1); in detect() local 450 GpuMat block_hists = pool.getBuffer(1, getTotalHistSize(img.size()), CV_32FC1); in compute() local 490 void HOG_Impl::computeBlockHistograms(const GpuMat& img, GpuMat& block_hists) in computeBlockHistograms()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 1131 … UMat grad, UMat qangle, UMat gauss_w_lut, UMat block_hists, size_t block_hist_size) in ocl_compute_hists() 1191 int height, int width, UMat block_hists, float threshold) in ocl_normalize_hists() 1258 int height, int width, UMat block_hists, UMat descriptors, in ocl_extract_descrs_by_rows() 1292 int height, int width, UMat block_hists, UMat descriptors, in ocl_extract_descrs_by_cols() 1338 UMat block_hists(1, static_cast<int>(block_hist_size * blocks_per_img.area()) + 256, CV_32F); in ocl_compute() local 1641 const UMat& block_hists, UMat detector, in ocl_classify_hists() 1740 UMat block_hists(1, static_cast<int>(block_hist_size * blocks_per_img.area()) + 256, CV_32F); in ocl_detect() local
|