Enum StructStorageFlags
Specifies type flags for writing compound structures to a FileStorage instance.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum StructStorageFlags : int
Fields
Name | Description |
---|---|
Flow | Specifies that the structure is written as a flow (not as a block), which is more compact. This is an optional flag that is used only for YAML streams. |
Map | Specifies that the written structure is a map, that is, all its elements have names. |
Seq | Specifies that the written structure is a sequence, that is, its elements do not have a name. |