Click or drag to resize

MatGetT Method (Int32)

Returns a value to the specified array element.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public T Get<T>(
	params int[] idx
)
where T : struct, new()

Parameters

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

Type Parameters

T

Return Value

Type: T
A value to the specified array element.
See Also