Click or drag to resize

Mat.SetArray Method (Int32, Int32,Int32[])

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 int[] data
)

Parameters

row
Type: System.Int32
col
Type: System.Int32
data
Type:System.Int32[]
See Also