CvArrGetRow Method OpenCvSharp Class Library
Returns array row

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvMat GetRow(
	int row
)

Parameters

row
Type: SystemInt32
Zero-based index of the selected row.

Return Value

Type: CvMat

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

See Also

Reference