CvResize Method (CvArr, CvArr, Interpolation) 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,
	Interpolation interpolation
)

Parameters

src
Type: OpenCvSharpCvArr
Source image.
dst
Type: OpenCvSharpCvArr
Destination image.
interpolation
Type: OpenCvSharpInterpolation
Interpolation method.
See Also

Reference