Home
last modified time | relevance | path

Searched defs:y_cell (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dfeatureselect.cpp196 int y_cell = c.y / cell_size; in ocl_goodFeaturesToTrack() local
340 int y_cell = y / cell_size; in goodFeaturesToTrack() local
/external/opencv3/modules/cudaimgproc/src/
Dgftt.cpp154 int y_cell = static_cast<int>(p.y / cell_size); in detect() local