HomeSort by relevance Sort by last modified time
    Searched full:y_points (Results 1 - 1 of 1) sorted by null

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

Completed in 519 milliseconds