Click or drag to resize

MatRow Method

http://www.emgu.com
Creates a matrix header for the specified matrix row.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Mat Row(
	int y
)

Parameters

y
Type: SystemInt32
A 0-based row index.

Return Value

Type: Mat
A matrix header for the specified matrix row.
See Also