Click or drag to resize
FileStorageMode Enumeration
http://www.emgu.com
File storage mode

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
[FlagsAttribute]
public enum Mode
Members
  Member nameValueDescription
Read0 Open the file for reading
Write1 Open the file for writing
Append2 Open the file for appending
Memory4 ReadMat data from source or write data to the internal buffer
FormatMask56 Mask for format flags
FormatAuto0 Auto format
FormatXml8 XML format
FormatYaml16 YAML format
See Also