Home
last modified time | relevance | path

Searched defs:block_hist_size (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/
Dhog.cpp255 size_t block_hist_size = getBlockHistogramSize(); in setSVMDetector() local
453 const size_t block_hist_size = getBlockHistogramSize(); in compute() local
485 size_t block_hist_size = getBlockHistogramSize(); in getTotalHistSize() local
/external/opencv3/modules/objdetect/src/
Dhog.cpp121 size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins); in setSVMDetector() local
1131 … UMat grad, UMat qangle, UMat gauss_w_lut, UMat block_hists, size_t block_hist_size) in ocl_compute_hists()
1193 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; in ocl_normalize_hists() local
1259 int block_hist_size, int descr_size, int descr_width) in ocl_extract_descrs_by_rows()
1293int block_hist_size, int descr_size, int nblocks_win_x, int nblocks_win_y) in ocl_extract_descrs_by_cols()
1336 const size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins); in ocl_compute() local
1642 … float free_coef, float threshold, UMat& labels, Size descr_size, int block_hist_size) in ocl_classify_hists()
1738 const size_t block_hist_size = getBlockHistogramSize(blockSize, cellSize, nbins); in ocl_detect() local
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu99 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; in set_up_constants() local
263 __global__ void normalize_hists_kernel_many_blocks(const int block_hist_size, in normalize_hists_kernel_many_blocks()
300 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; in normalize_hists() local
/external/opencv3/modules/cudaobjdetect/test/
Dtest_objdetect.cpp66 int block_hist_size; member