cv.estimatePoseCharucoBoard - MATLAB File Help |
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, ...)
{[x,y], ..}
.charucoCorners
(0-based).A = [fx 0 cx; 0 fy cy; 0 0 1]
.[k1,k2,p1,p2,k3,k4,k5,k6,s1,s2,s3,s4]
of 4, 5, 8 or 12 elements.rvec
and tvec
. Used as initial guess if not
empty. The function uses the provided values as initial approximations of
the rotation and translation vectors, respectively, and further optimizes
them. Not set by default.rvec
and tvec
will be used or not. default false.This function estimates a ChArUco board pose from some detected corners.