Click or drag to resize

FileNodeTypes Enumeration

type of the file storage node

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[FlagsAttribute]
public enum Types
Members
  Member nameValueDescription
None0 empty node
Int1 an integer
Real2 floating-point number
Float2 synonym or REAL
Str3 text string in UTF-8 encoding
String3 synonym for STR
Ref4 integer of size size_t. Typically used for storing complex dynamic structures where some elements reference the others
Seq5 sequence
Map6 mapping
TypeMask7
Flow8 compact representation of a sequence or mapping. Used only by YAML writer
User16 a registered object (e.g. a matrix)
Empty32 empty structure (sequence or mapping)
Named64 the node has a name (i.e. it is element of a mapping)
See Also