CvSave Method (String, IntPtr, String, String, CvAttrList) OpenCvSharp Class Library
Saves object to file

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

public static void Save(
	string filename,
	IntPtr structPtr,
	string name,
	string comment,
	CvAttrList attributes
)

Parameters

filename
Type: SystemString
File name.
structPtr
Type: SystemIntPtr
Object to save.
name
Type: SystemString
Optional object name. If it is null, the name will be formed from filename.
comment
Type: SystemString
Optional comment to put in the beginning of the file.
attributes
Type: OpenCvSharpCvAttrList
Optional attributes passed to cvWrite.
See Also

Reference