MatGetArray Method (Int32, Int32, Vec4i)
|
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,
Vec4i[] data
)
Public Sub GetArray (
row As Integer,
col As Integer,
data As Vec4i()
)
public:
void GetArray(
int row,
int col,
array<Vec4i>^ data
)
member GetArray :
row : int *
col : int *
data : Vec4i[] -> unit
function GetArray(row, col, data);
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
- data
- Type: OpenCvSharpVec4i
See Also