Searched refs:x_cell (Results 1 – 2 of 2) sorted by relevance
195 int x_cell = c.x / cell_size; in ocl_goodFeaturesToTrack() local198 int x1 = x_cell - 1; in ocl_goodFeaturesToTrack()200 int x2 = x_cell + 1; in ocl_goodFeaturesToTrack()234 grid[y_cell*grid_width + x_cell].push_back(Point2f((float)c.x, (float)c.y)); in ocl_goodFeaturesToTrack()339 int x_cell = x / cell_size; in goodFeaturesToTrack() local342 int x1 = x_cell - 1; in goodFeaturesToTrack()344 int x2 = x_cell + 1; in goodFeaturesToTrack()378 grid[y_cell*grid_width + x_cell].push_back(Point2f((float)x, (float)y)); in goodFeaturesToTrack()
153 int x_cell = static_cast<int>(p.x / cell_size); in detect() local156 int x1 = x_cell - 1; in detect()158 int x2 = x_cell + 1; in detect()194 grid[y_cell * grid_width + x_cell].push_back(p); in detect()