Mat.SetArray Method (Int32, Int32,Point[,])
|
Set the specified array data to this matrix
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void SetArray(
int row,
int col,
Point[,] data
)
Public Sub SetArray (
row As Integer,
col As Integer,
data As Point(,)
)
public:
void SetArray(
int row,
int col,
array<Point,2>^ data
)
member SetArray :
row : int *
col : int *
data : Point[,] -> unit
function SetArray(row, col, data);
Parameters
- row
- Type: System.Int32
- col
- Type: System.Int32
- data
- Type:OpenCvSharp.Point[,]
See Also