Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX