CvWrite Method (CvFileStorage, 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 static void Write(
	CvFileStorage fs,
	string name,
	CvArr ptr,
	CvAttrList attributes
)

Parameters

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

Reference