cv.calibrateCameraCharuco - MATLAB File Help
cv.calibrateCameraCharuco

Calibrate a camera using ChArUco corners

[cameraMatrix, distCoeffs, reprojErr] = cv.calibrateCameraCharuco(charucoCorners, charucoIds, board, imageSize)
[cameraMatrix, distCoeffs, reprojErr, rvecs, tvecs, stdDevsIntrinsics, stdDevsExtrinsics, perViewErrors] = cv.calibrateCameraCharuco(...)
[...] = cv.calibrateCameraCharuco(..., 'OptionName',optionValue, ...)

Input

Output

Options

This function calibrates a camera using a set of corners of a ChArUco Board. The function receives a list of detected corners and its identifiers from several views of the Board.

See also