cv.drawDetectedMarkers - MATLAB File Help |
Draw detected markers in image
img = cv.drawDetectedMarkers(img, corners)
img = cv.drawDetectedMarkers(..., 'OptionName',optionValue, ...)
{{[x,y],..}, ..}
). The order of the corners should be clockwise.corners
(0-based).
Optional, if not provided, ids are not painted.Given an array of detected marker corners and its corresponding ids, this functions draws the markers in the image. The marker borders are painted and the markers identifiers if provided. Useful for debugging purposes.