cv.estimatePoseCharucoBoard - MATLAB File Help
cv.estimatePoseCharucoBoard

Pose estimation for a ChArUco board given some of their corners

[rvec, tvec, valid] = cv.estimatePoseCharucoBoard(charucoCorners, charucoIds, board, cameraMatrix, distCoeffs)
[...] = cv.estimatePoseCharucoBoard(..., 'OptionName',optionValue, ...)

Input

Output

Options

This function estimates a ChArUco board pose from some detected corners.

See also