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( ICvPtrHolder structPtr, string filename, string name, string comment, CvAttrList attributes )
Parameters
- structPtr
- Type: OpenCvSharpICvPtrHolder
Object to save. - filename
- Type: SystemString
File name. - 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