Calib.io corner number != Opencv count

This commit is contained in:
David PAGNON 2024-06-20 16:29:19 +02:00 committed by GitHub
parent 5da03add0f
commit d277f13e99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,7 +394,7 @@ If you already have a calibration file, set `calibration_type` type to `convert`
- Make sure that the board: - Make sure that the board:
- is filmed from different angles, covers a large part of the video frame, and is in focus. - is filmed from different angles, covers a large part of the video frame, and is in focus.
- is flat, without reflections, surrounded by a wide white border, and is not rotationally invariant (Nrows ≠ Ncols, and Nrows odd if Ncols even). Go to [calib.io](https://calib.io/pages/camera-calibration-pattern-generator) to generate a suitable checkerboard. - is flat, without reflections, surrounded by a wide white border, and is not rotationally invariant (Nrows ≠ Ncols, and Nrows odd if Ncols even). Go to [calib.io](https://calib.io/pages/camera-calibration-pattern-generator) to generate a suitable checkerboard.
- A common error is to specify the external, instead of the internal number of corners. This may be one less than you would intuitively think. - A common error is to specify the external, instead of the internal number of corners (one less than the count from calib.io). This may be one less than you would intuitively think.
<img src="Content/Calib_int.png" width="600"> <img src="Content/Calib_int.png" width="600">