Create the font to be used to draw text on an image
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- img
- Type: OpenCvSharpCvArr
Image where the text should be drawn - text
- Type: SystemString
Text to write on the image - location
- Type: OpenCvSharpCvPoint
Point(x,y) where the text should start on the image - font
- Type: OpenCvSharpCvFont
Font to use to draw the text
See Also