CvFileStorageWrite Method (String, CvArr) 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
)

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.
See Also

Reference