Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu376 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in compute_confidence_hists() local
438 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in classify_hists() local
487 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in extract_descrs_by_rows() local
536 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in extract_descrs_by_cols() local
/external/opencv3/modules/objdetect/src/
Dhog.cpp1268 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in ocl_extract_descrs_by_rows() local
1302 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in ocl_extract_descrs_by_cols() local
1703 int img_win_height = (height - win_height + win_stride_y) / win_stride_y; in ocl_classify_hists() local