File storage mode
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Read | 0 | The storage is open for reading [CV_STORAGE_READ] | |
Write | 1 | The storage is open for writing [CV_STORAGE_WRITE] | |
WriteText | 1 | The storage is open for writing text data [CV_STORAGE_WRITE_TEXT] | |
WriteBinary | 1 | The storage is open for writing binary data [CV_STORAGE_WRITE_BINARY] | |
Append | 2 | The storage is open for appending [CV_STORAGE_APPEND] | |
Memory | 4 | [CV_STORAGE_MEMORY] | |
FotmatMask | 56 | [CV_STORAGE_FORMAT_MASK] | |
FormatAuto | 0 | [CV_STORAGE_FORMAT_AUTO] | |
FormatXml | 8 | [CV_STORAGE_FORMAT_XML] | |
FormatYaml | 16 | [CV_STORAGE_FORMAT_YAML] |
See Also