cv.drawDetectedDiamonds - MATLAB File Help |
Draw a set of detected ChArUco Diamond markers
img = cv.drawDetectedDiamonds(img, diamondCorners)
img = cv.drawDetectedDiamonds(..., 'OptionName',optionValue, ...)
{{[x y],..}, ..}
). The order
of the corners should be clockwise.diamondCorners
(0-based),
in the same format returned by cv.detectCharucoDiamond (e.g. cell array of
4-integer vectors). Optional, if not provided, ids are not painted.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.