Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dcalibrate.cpp87 int y_points = samples / x_points; in process() local
89 int step_y = images[0].rows / y_points; in process()
92 for(int j = 0, y = step_y / 2; j < y_points; j++, y += step_y) { in process()