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