MatGetT Method (Int32) OpenCvSharp Class Library
Returns a value to the specified array element.

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

public T Get<T>(
	params int[] idx
)
where T : struct, new()

Parameters

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.Get``1(System.Int32[])"]

Return Value

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

Reference