CvResize Method (CvArr, 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 static void Resize(
	CvArr src,
	CvArr dst
)

Parameters

src
Type: OpenCvSharpCvArr
Source image.
dst
Type: OpenCvSharpCvArr
Destination image.
See Also

Reference