CvFileStorageStartWriteStruct Method (String, NodeType) OpenCvSharp Class Library
Starts writing a new structure

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

public void StartWriteStruct(
	string name,
	NodeType structFlags
)

Parameters

name
Type: SystemString
Name of the written structure. The structure can be accessed by this name when the storage is read.
structFlags
Type: OpenCvSharpNodeType
A combination one of the NodeType flags
See Also

Reference