Opens file storage for reading or writing data
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CvFileStorage( string filename, CvMemStorage memstorage, FileStorageMode flags )
Parameters
- filename
- Type: SystemString
Name of the file associated with the storage. - memstorage
- Type: OpenCvSharpCvMemStorage
Memory storage used for temporary data and for storing dynamic structures, such as CvSeq or CvGraph. If it is null, a temporary memory storage is created and used. - flags
- Type: OpenCvSharpFileStorageMode
[Missing <param name="flags"/> documentation for "M:OpenCvSharp.CvFileStorage.#ctor(System.String,OpenCvSharp.CvMemStorage,OpenCvSharp.FileStorageMode)"]
See Also