Starts writing a new structure
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void StartWriteStruct( CvFileStorage fs, string name, NodeType structFlags )
Parameters
- fs
- Type: OpenCvSharpCvFileStorage
File storage. - 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