Click or drag to resize
MatGetRow Method
http://www.emgu.com
Create a Mat object with data pointed towards the specific row of the original matrix

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Mat GetRow(
	int i
)

Parameters

i
Type: SystemInt32
The row number

Return Value

Type: Mat
A Mat object with data pointed towards the specific row of the original matrix
See Also