Click or drag to resize

MatResize Method (Int64, Scalar)

resizes matrix to the specified number of hyper-planes; initializes the newly added elements

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void Resize(
	long sz,
	Scalar s
)

Parameters

sz
Type: SystemInt64
s
Type: OpenCvSharpScalar
See Also