Camera Calibration (Bug #4117)
Description
On documentation page http://docs.opencv.org/trunk/doc/py_tutorials/py_calib3d/py_calibration/py_calibration.html under setup it states the checkerboard corners will be placed in an order (from left-to-right, top-to-bottom). In the figure with "one image with pattern drawn on it shown below" the connected points infer index 0 is the bottom-left red point and indexing continues to the top of the image then to the next column on the right at the bottom of the image (in orange) and continues up towards the top of the image. This zig-zag pattern is left-to-right, bottom-to-top, correct?
Associated revisions
Merge pull request #4117 from jaimefrio:relaxed_strides
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4905