Click or drag to resize

MatResize Method (Int32)

Changes the number of matrix rows.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Resize(
	int sz
)

Parameters

sz
Type: SystemInt32
New number of rows.
See Also