SparseMatHash Method (Int32, Int32, Int32)
|
Computes the element hash value (3D case)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic long Hash(
int i0,
int i1,
int i2
)
Public Function Hash (
i0 As Integer,
i1 As Integer,
i2 As Integer
) As Long
public:
long long Hash(
int i0,
int i1,
int i2
)
member Hash :
i0 : int *
i1 : int *
i2 : int -> int64
function Hash(i0, i1, i2);
Parameters
- i0
- Type: SystemInt32
Index along the dimension 0 - i1
- Type: SystemInt32
Index along the dimension 1 - i2
- Type: SystemInt32
Index along the dimension 2
Return Value
Type:
Int64
See Also