OpenCV-Python Gadget 10: Distortion Correction

0. Distortion Correction In the previous pixel measurement, did you notice that when an object is more centered in the camera’s field of view, the measured pixel values are larger; when the object is closer to the edge of the camera’s view, the measured pixel values are smaller? This is mainly due to the effect … Read more

Camera Calibration with OpenCV-Python

Camera Calibration with OpenCV-Python

0. Why Perform Camera Calibration? Camera calibration is a fundamental task in computer vision, and its core significance lies in establishing an accurate mathematical relationship between two-dimensional image pixels and the three-dimensional physical world. In simpler terms, the purpose of camera calibration is to determine the camera’s intrinsic and extrinsic parameters. The intrinsic parameters include … Read more