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

/external/opencv3/modules/imgproc/src/
H A Dfeatureselect.cpp195 int x_cell = c.x / cell_size; local
198 int x1 = x_cell - 1;
200 int x2 = x_cell + 1;
234 grid[y_cell*grid_width + x_cell].push_back(Point2f((float)c.x, (float)c.y));
339 int x_cell = x / cell_size; local
342 int x1 = x_cell - 1;
344 int x2 = x_cell + 1;
378 grid[y_cell*grid_width + x_cell].push_back(Point2f((float)x, (float)y));

Completed in 45 milliseconds