Start » Filter Reference » OpenCV » Drawing » cvPutText
Module: | OpenCV |
---|
Draws a text string.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image. | |
![]() |
inText | String | Text string to be drawn. | |
![]() |
inOrg | Location | Bottom-left corner of the text string in the image. | |
![]() |
inFontFace | CvFontType | Font type. | |
![]() |
inFontItalic | Bool | When true, text letters are slanted. | |
![]() |
inFontScale | Real | 0.0 - ![]() |
Font scale factor that is multiplied by the font-specific base size. |
![]() |
inColor | Pixel | Text color. | |
![]() |
inThickness | Integer | 1 - ![]() |
Thickness of the lines used to draw a text. |
![]() |
inLineType | CvLineTypes | Type of the polygon boundaries. | |
![]() |
inBottomLeftOrigin | Bool | When true, the image data origin is at the bottom-left corner. Otherwise, it is at the top-left corner. | |
![]() |
outImage | Image | Input image. |
Complexity Level
This filter is available on Basic Complexity Level.