Home
last modified time | relevance | path

Searched refs:xCell (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/
Dhough_circles.cpp248 int xCell = static_cast<int>(p.x / cellSize); in detect() local
251 int x1 = xCell - 1; in detect()
253 int x2 = xCell + 1; in detect()
286 grid[yCell * gridWidth + xCell].push_back(p); in detect()
Dgeneralized_hough.cpp375 const int xCell = static_cast<int>(p.x / cellSize); in filterMinDist() local
378 int x1 = xCell - 1; in filterMinDist()
380 int x2 = xCell + 1; in filterMinDist()
412 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp252 const int xCell = static_cast<int>(p.x / cellSize); in filterMinDist() local
255 int x1 = xCell - 1; in filterMinDist()
257 int x2 = xCell + 1; in filterMinDist()
289 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()