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