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

/external/opencv3/modules/objdetect/src/
H A Dhog.cpp1127 #define CELLS_PER_BLOCK_X 2 macro
1146 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x)/block_stride_x;
1158 int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12) * sizeof(float);
1159 int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y) * sizeof(float);
1193 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y;
1194 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x)
1269 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) /
1303 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) /
1704 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) /

Completed in 232 milliseconds