MATLAB File Help: cv.putText Index
cv.putText

Draws a text string

img = cv.putText(img, txt, org)
[...] = cv.putText(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function cv.putText renders the specified text string in the image. Symbols that cannot be rendered using the specified font are replaced by question marks. See cv.getTextSize for a text rendering code example.

See also