Table of Contents

Method Resize

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Resize(int)

Changes the number of matrix rows.

public void Resize(int sz)

Parameters

sz int

New number of rows.

Resize(int, Scalar)

Changes the number of matrix rows.

public void Resize(int sz, Scalar s)

Parameters

sz int

New number of rows.

s Scalar

Value assigned to the newly added elements.