Click or drag to resize

MatRow Method

Creates a matrix header for the specified matrix row.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat Row(
	int y
)

Parameters

y
Type: SystemInt32
A 0-based row index.

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.Mat.Row(System.Int32)"]

See Also