FileStorageMode Enumeration OpenCvSharp Class Library
File storage mode

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

[FlagsAttribute]
public enum FileStorageMode
Members

  Member nameValueDescription
Read0 The storage is open for reading [CV_STORAGE_READ]
Write1 The storage is open for writing [CV_STORAGE_WRITE]
WriteText1 The storage is open for writing text data [CV_STORAGE_WRITE_TEXT]
WriteBinary1 The storage is open for writing binary data [CV_STORAGE_WRITE_BINARY]
Append2 The storage is open for appending [CV_STORAGE_APPEND]
Memory4 [CV_STORAGE_MEMORY]
FotmatMask56 [CV_STORAGE_FORMAT_MASK]
FormatAuto0 [CV_STORAGE_FORMAT_AUTO]
FormatXml8 [CV_STORAGE_FORMAT_XML]
FormatYaml16 [CV_STORAGE_FORMAT_YAML]
See Also

Reference