Click or drag to resize

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
Syntax
public double[] GetArray(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
col
Type: SystemInt32

Return Value

Type: Double
See Also