Category Archives: OpenCV

Computer Vision – Correcting Image Distortion

Computer Vision Camera Calibration
In a perfect world… well, we don’t live in a perfect world.Errors will always creep in. Fortunately, the OpenCV software library has built-in routines for correcting these errors. In this post, we take a look at 2 types of distortion and how to correct for them. Camera/Lens Distortion Cameras and lenses have intrinsic distortion. Usually, […]