Calib3d
calib3d is a module of OpenCV that provides algorithms for three-dimensional computer vision. It focuses on camera calibration, stereo vision, and 3D reconstruction. The module supplies tools to estimate both intrinsic parameters of a camera and extrinsic relationships between cameras, enabling accurate measurement, scene understanding, and pose estimation from image data.
It supports calibrating cameras using calibration patterns such as chessboards or circle grids, computing distortion coefficients,
Key utility functions include calibrateCamera, stereoCalibrate, stereoRectify, initUndistortRectifyMap, remap, undistortPoints, getOptimalNewCameraMatrix, and Rodrigues. Projection and reconstruction