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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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