Mat.GetArray Method (Int32, Int32,Single[])
|
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,
float[] data
)
Public Sub GetArray (
row As Integer,
col As Integer,
data As Single()
)
public:
void GetArray(
int row,
int col,
array<float>^ data
)
member GetArray :
row : int *
col : int *
data : float32[] -> unit
function GetArray(row, col, data);
Parameters
- row
- Type: System.Int32
- col
- Type: System.Int32
- data
- Type:System.Single[]
See Also