Search Results for

    Show / Hide Table of Contents

    Class StringHashNode

    Represents a unique reference for a given name.

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

    Properties

    | Improve this Doc View Source

    HashVal

    Gets the hash code value of the name.

    Declaration
    public uint HashVal { get; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    Str

    Gets the string representation of the name.

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

    Methods

    | Improve this Doc View Source

    ReleaseHandle()

    Executes the code required to free the native StringHashNode 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