Click or drag to resize

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
)

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