Back to Aurora Vision Studio website

You are here: Start » Filter Reference » OpenCV » Drawing » cvPutText

cvPutText


Module: OpenCV

Draws a text string.

Name Type Range Description
Input value inImage Image Input image.
Input value inText String Text string to be drawn.
Input value inOrg Location Bottom-left corner of the text string in the image.
Input value inFontFace CvFontType Font type.
Input value inFontItalic Bool When true, text letters are slanted.
Input value inFontScale Real 0.0 - Font scale factor that is multiplied by the font-specific base size.
Input value inColor Pixel Text color.
Input value inThickness Integer 1 - Thickness of the lines used to draw a text.
Input value inLineType CvLineTypes Type of the polygon boundaries.
Input value inBottomLeftOrigin Bool When true, the image data origin is at the bottom-left corner. Otherwise, it is at the top-left corner.
Output value outImage Image Input image.

Complexity Level

This filter is available on Basic Complexity Level.