The file storage operation type

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

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