Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dfeatureselect.cpp195 int x_cell = c.x / cell_size; in ocl_goodFeaturesToTrack() local
339 int x_cell = x / cell_size; in goodFeaturesToTrack() local
/external/opencv3/modules/cudaimgproc/src/
Dgftt.cpp153 int x_cell = static_cast<int>(p.x / cell_size); in detect() local