SparseMatHash Method (Int32, Int32, Int32) OpenCvSharp Class Library
Computes the element hash value (3D case)

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public long Hash(
	int i0,
	int i1,
	int 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

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.SparseMat.Hash(System.Int32,System.Int32,System.Int32)"]

See Also

Reference