Table of Contents

Enum StorageOp

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

The file storage operation type

public enum StorageOp

Fields

Append = 2

The storage is open for append

Read = 0

The storage is open for reading

Write = 1

The storage is open for writing