最終更新:2020-05-13 (水) 04:24:28 (1447d)  

Cv2.PutText
Top / Cv2.PutText

https://shimat.github.io/opencvsharp_docs/html/b03c920c-2995-70a3-e942-e77aeb8c052a.htm

public static void PutText(
	InputOutputArray img,
	string text,
	Point org,
	HersheyFonts fontFace,
	double fontScale,
	Scalar color,
	int thickness = 1,
	LineTypes lineType = LineTypes.Link8,
	bool bottomLeftOrigin = false
)