CvArrPyrDown Method (CvArr, CvFilter) OpenCvSharp Class Library
Downsamples image.

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

public void PyrDown(
	CvArr dst,
	CvFilter filter
)

Parameters

dst
Type: OpenCvSharpCvArr
The destination image, should have 2x smaller width and height than the source.
filter
Type: OpenCvSharpCvFilter
Type of the filter used for convolution; only CV_GAUSSIAN_5x5 is currently supported.
See Also

Reference