MatGetArray Method (Int32, Int32)
|
Get the data of this matrix as array
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double[] GetArray(
int row,
int col
)
Public Function GetArray (
row As Integer,
col As Integer
) As Double()
public:
array<double>^ GetArray(
int row,
int col
)
member GetArray :
row : int *
col : int -> float[]
function GetArray(row, col);
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
Return Value
Type:
Double
See Also