Click or drag to resize

SparseMatHash Method (Int32)

Computes the element hash value (nD case)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public long Hash(
	params int[] idx
)

Parameters

idx
Type: SystemInt32
Array of Mat::dims indices.

Return Value

Type: Int64
See Also