Click or drag to resize

MatAtT Method (Int32)

Returns a value to the specified array element.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public ref T At<T>(
	int i0
)
where T : struct, new()

Parameters

i0
Type: SystemInt32
Index along the dimension 0

Type Parameters

T

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

Return Value

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