Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu105 int descr_width = nblocks_win_x * block_hist_size; in set_up_constants() local
106 cudaSafeCall( cudaMemcpyToSymbol(cdescr_width, &descr_width, sizeof(descr_width)) ); in set_up_constants()
108 int descr_size = descr_width * nblocks_win_y; in set_up_constants()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1259 int block_hist_size, int descr_size, int descr_width) in ocl_extract_descrs_by_rows() argument
1281 idx = k.set(idx, descr_width); in ocl_extract_descrs_by_rows()
1370 int descr_width = (int)block_hist_size*blocks_per_win.width; in ocl_compute() local
1378 … effect_size.width, block_hists, descriptors, (int)block_hist_size, descr_size, descr_width)) in ocl_compute()