Draws text string
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void PutText( CvArr img, string text, CvPoint org, CvFont font, CvScalar color )
Parameters
- img
- Type: OpenCvSharpCvArr
Input image. - text
- Type: SystemString
String to print. - org
- Type: OpenCvSharpCvPoint
Coordinates of the bottom-left corner of the first letter. - font
- Type: OpenCvSharpCvFont
Pointer to the font structure. - color
- Type: OpenCvSharpCvScalar
Text color.
See Also