Search Results for

    Show / Hide Table of Contents

    Class SparseNode

    Represents an element node in a sparse array.

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

    Properties

    | Improve this Doc View Source

    Index

    Gets the multi-dimensional index of the node in the sparse array.

    Declaration
    public int[] Index { get; }
    Property Value
    Type Description
    Int32[]
    | Improve this Doc View Source

    Value

    Gets the value of the node.

    Declaration
    public Scalar Value { get; }
    Property Value
    Type Description
    Scalar

    Methods

    | Improve this Doc View Source

    ReleaseHandle()

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