The file storage operation type
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum STORAGE_OP |
Visual Basic (Declaration) |
---|
Public Enumeration STORAGE_OP |
Visual C++ |
---|
public enum class STORAGE_OP |
Members
Member name | Description | |
---|---|---|
READ |
The storage is open for reading
| |
WRITE |
The storage is open for writing
| |
APPEND |
The storage is open for append
|