Camera calibration: Difference between revisions
From Rsewiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
== Camera calibration using openCV == | == Camera calibration using openCV == | ||
The camera calibration test pattern is found here https://github.com/opencv/opencv/blob/3.4/doc/pattern.png | === Test pattern === | ||
The camera calibration test pattern is found here: https://github.com/opencv/opencv/blob/3.4/doc/pattern.png; print it. | |||
@todo | @todo | ||
Revision as of 09:23, 23 January 2024
Back to Robobot
Back to Robobot software description
Camera calibration using openCV
Test pattern
The camera calibration test pattern is found here: https://github.com/opencv/opencv/blob/3.4/doc/pattern.png; print it.
@todo