| SparseMatHash Method (Int32) |
Computes the element hash value (nD case)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public long Hash(
params int[] idx
)
Public Function Hash (
ParamArray idx As Integer()
) As Long
public:
long long Hash(
... array<int>^ idx
)
member Hash :
idx : int[] -> int64
Parameters
- idx
- Type: SystemInt32
Array of Mat::dims indices.
Return Value
Type:
Int64[Missing <returns> documentation for "M:OpenCvSharp.SparseMat.Hash(System.Int32[])"]
See Also