Home
last modified time | relevance | path

Searched defs:win_block_stride_y (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu335 … const int win_block_stride_x, const int win_block_stride_y, in compute_confidence_hists_kernel_many_blocks()
374 int win_block_stride_y = win_stride_y / block_stride_y; in compute_confidence_hists() local
397 … const int win_block_stride_x, const int win_block_stride_y, in classify_hists_kernel_many_blocks()
436 int win_block_stride_y = win_stride_y / block_stride_y; in classify_hists() local
459 …_rows_kernel(const int img_block_width, const int win_block_stride_x, const int win_block_stride_y, in extract_descrs_by_rows_kernel()
485 int win_block_stride_y = win_stride_y / block_stride_y; in extract_descrs_by_rows() local
502const int win_block_stride_y, const float* block_hists, in extract_descrs_by_cols_kernel()
534 int win_block_stride_y = win_stride_y / block_stride_y; in extract_descrs_by_cols() local
/external/opencv3/modules/objdetect/src/
Dhog.cpp1266 int win_block_stride_y = win_stride_y / block_stride_y; in ocl_extract_descrs_by_rows() local
1300 int win_block_stride_y = win_stride_y / block_stride_y; in ocl_extract_descrs_by_cols() local
1701 int win_block_stride_y = win_stride_y / block_stride_y; in ocl_classify_hists() local