Searched defs:block_stride_x (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 90 void set_up_constants(int nbins, int block_stride_x, int block_stride_y, in set_up_constants() 195 void compute_hists(int nbins, int block_stride_x, int block_stride_y, in compute_hists() 295 void normalize_hists(int nbins, int block_stride_x, int block_stride_y, in normalize_hists() 366 …oid compute_confidence_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, in compute_confidence_hists() 428 void classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, in classify_hists() 479 …_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_str… in extract_descrs_by_rows() 527 … void extract_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x, in extract_descrs_by_cols()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 1130 static bool ocl_compute_hists(int nbins, int block_stride_x, int block_stride_y, int height, int wi… in ocl_compute_hists() 1190 static bool ocl_normalize_hists(int nbins, int block_stride_x, int block_stride_y, in ocl_normalize_hists() 1257 …_descrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_str… in ocl_extract_descrs_by_rows() 1291 …_descrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_str… in ocl_extract_descrs_by_cols() 1639 …atic bool ocl_classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, in ocl_classify_hists()
|