CELLS_PER_BLOCK_Y 1147 modules/objdetect/src/hog.cpp     int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y)/block_stride_y;
CELLS_PER_BLOCK_Y 1158 modules/objdetect/src/hog.cpp     int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12) * sizeof(float);
CELLS_PER_BLOCK_Y 1159 modules/objdetect/src/hog.cpp     int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y) * sizeof(float);
CELLS_PER_BLOCK_Y 1193 modules/objdetect/src/hog.cpp     int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y;
CELLS_PER_BLOCK_Y 1196 modules/objdetect/src/hog.cpp     int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y)