Enum FileNode.Types
type of the file storage node
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum Types
Fields
Name | Description |
---|---|
Empty | empty structure (sequence or mapping) |
Float | synonym or REAL |
Flow | compact representation of a sequence or mapping. Used only by YAML writer |
Int | an integer |
Map | mapping |
Named | the node has a name (i.e. it is element of a mapping) |
None | empty node |
Real | floating-point number |
Seq | sequence |
Str | text string in UTF-8 encoding |
String | synonym for STR |
TypeMask | |
Uniform | if set, means that all the collection elements are numbers of the same type (real's or int's). UNIFORM is used only when reading FileStorage; FLOW is used only when writing. So they share the same bit |