| SparseMatHash Method (Int32, Int32) |
Computes the element hash value (2D case)
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public long Hash(
int i0,
int i1
)
Public Function Hash (
i0 As Integer,
i1 As Integer
) As Long
public:
long long Hash(
int i0,
int i1
)
member Hash :
i0 : int *
i1 : int -> int64
Parameters
- i0
- Type: SystemInt32
Index along the dimension 0 - i1
- Type: SystemInt32
Index along the dimension 1
Return Value
Type:
Int64[Missing <returns> documentation for "M:OpenCvSharp.SparseMat.Hash(System.Int32,System.Int32)"]
See Also