Table of Contents

Method Row

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Row(int)

Creates a matrix header for the specified matrix row.

public Mat Row(int y)

Parameters

y int

A 0-based row index.

Returns

Mat