The file storage operation type

Namespace: Emgu.CV.CvEnum
Assembly: 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

MemberDescription
READ
The storage is open for reading
WRITE
The storage is open for writing
APPEND
The storage is open for append

See Also