cv.drawDetectedDiamonds - MATLAB File Help
cv.drawDetectedDiamonds

Draw a set of detected ChArUco Diamond markers

img = cv.drawDetectedDiamonds(img, diamondCorners)
img = cv.drawDetectedDiamonds(..., 'OptionName',optionValue, ...)

Input

Output

Options

Given an array of detected diamonds, this functions draws them in the image. The marker borders are painted and the markers identifiers if provided. Useful for debugging purposes.

See also