Table of Contents

Method WriteComment

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

WriteComment(string, bool)

Writes a comment. The function writes a comment into file storage. The comments are skipped when the storage is read.

public void WriteComment(string comment, bool append = false)

Parameters

comment string

The written comment, single-line or multi-line

append bool

If true, the function tries to put the comment at the end of current line. Else if the comment is multi-line, or if it does not fit at the end of the current line, the comment starts a new line.