Enum FileNodeType
Specifies the available types of file storage node values.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum FileNodeType : int
Fields
Name | Description |
---|---|
Integer | Specifies an integer type value. |
Map | Specifies a map node value. |
Real | Specifies a floating-point type value. |
Ref | Specifies a reference type value. |
Seq | Specifies a sequence node value. |
String | Specifies a text string type value. |