Click or drag to resize

MatExprRow Method

Creates a matrix header for the specified matrix row.

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

Parameters

y
Type: SystemInt32
A 0-based row index.

Return Value

Type: MatExpr

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

See Also