MATLAB File Help: cv.drawMarker Index
cv.drawMarker

Draws a marker on a predefined position in an image

img = cv.drawMarker(img, pos)
img = cv.drawMarker(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function cv.drawMarker draws a marker on a given position in the image. For the moment several marker types are supported, see MarkerType for more information.

See also