Searched defs:win_stride_y (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/objdetect/src/
H A Dhog.cpp1257 static bool ocl_extract_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_stride_y, int win_stride_x, argument
1266 int win_block_stride_y = win_stride_y / block_stride_y;
1268 int img_win_height = (height - win_height + win_stride_y) / win_stride_y;
1291 static bool ocl_extract_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_stride_y, int win_stride_x, argument
1300 int win_block_stride_y = win_stride_y / block_stride_y;
1302 int img_win_height = (height - win_height + win_stride_y) / win_stride_y;
1640 int win_stride_y, int win_stride_x, int height, int width,
1701 int win_block_stride_y = win_stride_y / block_stride_
1639 ocl_classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_stride_y, int win_stride_x, int height, int width, const UMat& block_hists, UMat detector, float free_coef, float threshold, UMat& labels, Size descr_size, int block_hist_size) argument
[all...]

Completed in 70 milliseconds