camera_calibration_and_stereo_vision
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
camera_calibration_and_stereo_vision [2024/04/24 12:13] – wilfred | camera_calibration_and_stereo_vision [2024/04/24 21:31] (current) – wilfred | ||
---|---|---|---|
Line 9: | Line 9: | ||
* In the camera calibration function, you must set three parameters: rows, columns and world_scaling | * In the camera calibration function, you must set three parameters: rows, columns and world_scaling | ||
* Rows and columns refer the number of " | * Rows and columns refer the number of " | ||
- | * In the image below, rows = 5 and columns = 7 | + | * In the image below: < |
* Note that OpenCV will throw an error if the number of rows and columns is incorrect | * Note that OpenCV will throw an error if the number of rows and columns is incorrect | ||
* world_scaling is the physical dimension of a square on the checkerboard, | * world_scaling is the physical dimension of a square on the checkerboard, | ||
* Checkerboard images are used to obtain the intrinsic matrices and distortion coefficients of each camera individually | * Checkerboard images are used to obtain the intrinsic matrices and distortion coefficients of each camera individually | ||
* The camera calibration process also outputs a value related to the quality of the calibration (RMSE) which should be less than 0.30 | * The camera calibration process also outputs a value related to the quality of the calibration (RMSE) which should be less than 0.30 | ||
- | * Note that both camera frames must have the same dimensions for stereo calibration | + | * Note that both camera frames must have the __same__ |
{{ : | {{ : | ||
+ | |||
+ | * It is often important to define a world frame | ||
camera_calibration_and_stereo_vision.1713975227.txt.gz · Last modified: 2024/04/24 12:13 by wilfred