CvFileStorageWrite Method (String, CvArr, CvAttrList) OpenCvSharp Class Library
Writes user object

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

public void Write(
	string name,
	CvArr arr,
	CvAttrList attributes
)

Parameters

name
Type: SystemString
Name, of the written object. Should be null if and only if the parent structure is a sequence.
arr
Type: OpenCvSharpCvArr
Pointer to the object.
attributes
Type: OpenCvSharpCvAttrList
The attributes of the object. They are specific for each particular type.
See Also

Reference