CvArrResize Method (CvArr) OpenCvSharp Class Library
Resizes image src so that it fits exactly to dst. If ROI is set, the function consideres the ROI as supported as usual.

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

public void Resize(
	CvArr dst
)

Parameters

dst
Type: OpenCvSharpCvArr
Destination image.
See Also

Reference