cv.calibrateCameraAruco - MATLAB File Help
cv.calibrateCameraAruco

Calibrate a camera using aruco markers

[cameraMatrix, distCoeffs, reprojErr] = cv.calibrateCameraAruco(corners, ids, counter, board, imageSize)
[cameraMatrix, distCoeffs, reprojErr, rvecs, tvecs, stdDevsIntrinsics, stdDevsExtrinsics, perViewErrors] = cv.calibrateCameraAruco(...)
[...] = cv.calibrateCameraAruco(..., 'OptionName',optionValue, ...)

Input

Output

Options

This function calibrates a camera using an Aruco Board. The function receives a list of detected markers from several views of the board. The process is similar to the chessboard calibration in cv.calibrateCamera.

See also