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