Member-only story
3 Ways To Calibrate Your Camera Using OpenCV and Python
Fix camera distortions in an easy way.
When a camera takes a photograph, we often see the image not quite the same as we see it in our brain. This is caused by the camera lens and it happens more than we think.
This alteration of the image is what we call distortion.
Generally speaking, distortion is when a straight lines appear bent or curvy in an image.
There are different types of distortion, depending essentially on the model of the camera lens you used.
Although you sometimes want to create a nice effect on your images, a distortion can be bad for computer vision systems. Since the coordinates of the image are deviated from its original position, you might create some errors or fail to detect an object.
When you calibrate a camera, you discover some specific parameters that will fix these distortions.