cv.interpolateCornersCharuco - MATLAB File Help
cv.interpolateCornersCharuco

Interpolate position of ChArUco board corners

[charucoCorners, charucoIds, num] = cv.interpolateCornersCharuco(markerCorners, markerIds, img, board)
[...] = cv.interpolateCornersCharuco(..., 'OptionName',optionValue, ...)

Input

Output

Options

This function receives the detected markers and returns the 2D position of the chessboard corners from a ChArUco board using the detected Aruco markers. If camera parameters are provided, the process is based in an approximated pose estimation, else it is based on local homography. Only visible corners are returned. For each corner, its corresponding identifier is also returned in charucoIds.

See also