Learn Before
Concept

Camera Calibration

Cameras introduce radial and tangential distortion and an import pre-processing step in computer vision. To remove the distortion we need to find the intrinsic and extrinsic parameters of the camera. OpenCv provides functions such as CalibrateCamera, getOptimalNewCameraMatrix, undistort, etc.

Image 0

0

1

Updated 2021-10-17

Tags

Data Science