CvAddText Method OpenCvSharp Class Library
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

public static void AddText(
	CvArr img,
	string text,
	CvPoint location,
	CvFont font
)

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

Reference