Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu185 float* block_hist = block_hists + (blockIdx.y * img_block_width + in compute_hists_kernel_many_blocks() local
191 block_hist[tid] = final_hist[block_x * cblock_hist_size + tid]; in compute_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl150 __global float* block_hist = block_hists +
152 block_hist[tid] = final_hist[tid];