http://www.emgu.com
The file storage operation type
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Enumeration StorageOp
public enum class StorageOp
Members
| Member name | Value | Description |
---|
| Read | 0 |
The storage is open for reading
|
| Write | 1 |
The storage is open for writing
|
| Append | 2 |
The storage is open for append
|
See Also