Search Results for

    Show / Hide Table of Contents

    Class FileNode

    Represents a file storage node. When XML/YAML file is read, it is first parsed and stored in the memory as a hierarchical collection of nodes. Each node can be a “leaf”, that is, contain a single number or a string, or be a collection of other nodes.

    Inheritance
    Object
    CVHandle
    FileNode
    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public class FileNode : CVHandle

    Properties

    | Improve this Doc View Source

    Name

    Gets the name of the node.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ReleaseHandle()

    Executes the code required to free the native FileNode handle.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    Boolean

    true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false.

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