Table of Contents

Enum FileNode.Types

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

type of the file storage node

[Flags]
[SuppressMessage("Microsoft.Design", "CA1069: Enums should not have duplicate values")]
public enum FileNode.Types

Fields

Empty = 16

empty structure (sequence or mapping)

Float = 2

synonym or REAL

Flow = 8

compact representation of a sequence or mapping. Used only by YAML writer

Int = 1

an integer

Map = Int | Seq

mapping

Named = 32

the node has a name (i.e. it is element of a mapping)

None = 0

empty node

Real = 2

floating-point number

Seq = 4

sequence

Str = Int | Float

text string in UTF-8 encoding

String = Int | Float

synonym for STR

TypeMask = Float | Map
Uniform = 8

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