Tutorial: Camera Calibration
Last updated
Last updated
DLIP Tutorial for Camera Calibration using MATLAB
Using _"Computer Vision Toolbox"_** Application in MATLAB**
Download Computer Vision Toolbox in MATLAB.
Open the Camera Calibrator application.
Download images for camera calibration. (link)
Load calibration images to the camera calibrator app.
Configure Image and Pattern Properties as
Pattern Selection: Checkerboard
Size of checkerboard square: 25 mm
Image distortion: Low
Click Calibrate button.
Export Parameters to workspace
Save the Workspace cameraParams as "cameraParams.mat"
Download test code(link) and Run the code
Apply the camera parameter values from cameraParams to the cpp test code (link)
(Option) Create a simple function that returns undistort output image from the input raw image
Calibration with OpenCV C++
Calibration with OpenCV-Python