CvWriteComment Method (CvFileStorage, String) OpenCvSharp Class Library
Writes comment

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void WriteComment(
	CvFileStorage fs,
	string comment
)

Parameters

fs
Type: OpenCvSharpCvFileStorage
File storage.
comment
Type: SystemString
The written comment, single-line or multi-line.
See Also

Reference