http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The file storage operation type
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public enum STORAGE_OP |
Visual Basic |
---|
Public Enumeration STORAGE_OP |
Visual C++ |
---|
public enum class STORAGE_OP |
Members
Member name | Value | Description | |
---|---|---|---|
READ | 0 | The storage is open for reading | |
WRITE | 1 | The storage is open for writing | |
APPEND | 2 | The storage is open for append |