CvPyrDown Method (CvArr, CvArr) OpenCvSharp Class Library
Downsamples image.

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

public static void PyrDown(
	CvArr src,
	CvArr dst
)

Parameters

src
Type: OpenCvSharpCvArr
The source image.
dst
Type: OpenCvSharpCvArr
The destination image, should have 2x smaller width and height than the source.
See Also

Reference