Emgu CV Library Documentation
STORAGE_OP Enumeration
NamespacesEmgu.CV.CvEnumSTORAGE_OP

www.emgu.com/wiki
The file storage operation type
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)