Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/
Dhough_circles.cpp249 int yCell = static_cast<int>(p.y / cellSize); in detect() local
252 int y1 = yCell - 1; in detect()
254 int y2 = yCell + 1; in detect()
286 grid[yCell * gridWidth + xCell].push_back(p); in detect()
Dgeneralized_hough.cpp376 const int yCell = static_cast<int>(p.y / cellSize); in filterMinDist() local
379 int y1 = yCell - 1; in filterMinDist()
381 int y2 = yCell + 1; in filterMinDist()
412 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp253 const int yCell = static_cast<int>(p.y / cellSize); in filterMinDist() local
256 int y1 = yCell - 1; in filterMinDist()
258 int y2 = yCell + 1; in filterMinDist()
289 grid[yCell * gridWidth + xCell].push_back(p); in filterMinDist()