The file storage operation type

Namespace:  Emgu.CV.CvEnum
Assembly:  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 nameDescription
READ
The storage is open for reading
WRITE
The storage is open for writing
APPEND
The storage is open for append

See Also