cv.detectCharucoDiamond - MATLAB File Help
cv.detectCharucoDiamond

Detect ChArUco Diamond markers

[diamondCorners, diamondIds] = cv.detectCharucoDiamond(img, markerCorners, markerIds, squareMarkerLengthRate)
[...] = cv.detectCharucoDiamond(..., 'OptionName',optionValue, ...)

Input

Output

Options

This function detects Diamond markers from the previous detected ArUco markers. The diamonds are returned in the diamondCorners and diamondIds parameters. If camera calibration parameters are provided, the diamond search is based on reprojection. If not, diamond search is based on homography. Homography is faster than reprojection but can slightly reduce the detection rate.

See also