Click or drag to resize

MatSetArray Method (Int32, Int32, Vec4i)

Set the specified array data to this matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void SetArray(
	int row,
	int col,
	params Vec4i[] data
)

Parameters

row
Type: SystemInt32
col
Type: SystemInt32
data
Type: OpenCvSharpVec4i
See Also