http://www.emgu.com
Type of the file storage node
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
Members
| Member name | Value | Description |
---|
| None | 0 |
Empty node
|
| Int | 1 |
an integer
|
| Real | 2 |
Floating-point number
|
| Float | 2 |
Synonym or Real
|
| Str | 3 |
Text string in UTF-8 encoding
|
| String | 3 |
Synonym for Str
|
| Ref | 4 |
Integer of size size_t. Typically used for storing complex dynamic structures where some elements reference the others
|
| Seq | 5 |
The sequence
|
| Map | 6 |
Mapping
|
| TypeMask | 7 |
The type mask
|
| Flow | 8 |
Compact representation of a sequence or mapping. Used only by YAML writer
|
| User | 16 |
A registered object (e.g. a matrix)
|
| Empty | 32 |
Empty structure (sequence or mapping)
|
| Named | 64 |
The node has a name (i.e. it is element of a mapping)
|
See Also