Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu263 __global__ void normalize_hists_kernel_many_blocks(const int block_hist_size, in normalize_hists_kernel_many_blocks() function
309normalize_hists_kernel_many_blocks<32, nblocks><<<grid, threads>>>(block_hist_size, img_block_widt… in normalize_hists()
311normalize_hists_kernel_many_blocks<64, nblocks><<<grid, threads>>>(block_hist_size, img_block_widt… in normalize_hists()
313normalize_hists_kernel_many_blocks<64, nblocks><<<grid, threads>>>(block_hist_size, img_block_widt… in normalize_hists()
315normalize_hists_kernel_many_blocks<256, nblocks><<<grid, threads>>>(block_hist_size, img_block_wid… in normalize_hists()
317normalize_hists_kernel_many_blocks<512, nblocks><<<grid, threads>>>(block_hist_size, img_block_wid… in normalize_hists()