Class SparseNode
Represents an element node in a sparse array.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public class SparseNode : CVHandle
Properties
| Improve this Doc View SourceIndex
Gets the multi-dimensional index of the node in the sparse array.
Declaration
public int[] Index { get; }
Property Value
| Type | Description |
|---|---|
| Int32[] |
Value
Gets the value of the node.
Declaration
public Scalar Value { get; }
Property Value
| Type | Description |
|---|---|
| Scalar |
Methods
| Improve this Doc View SourceReleaseHandle()
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. |