Click or drag to resize

MatSetT Method (Int32, T)

Set a value to the specified array element.

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

Parameters

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

Type Parameters

T
See Also