Click or drag to resize
ImageTColor, TDepthPyrDown Method
http://www.emgu.com
Performs downsampling step of Gaussian pyramid decomposition. First it convolves this image with the specified filter and then downsamples the image by rejecting even rows and columns.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Image<TColor, TDepth> PyrDown()

Return Value

Type: ImageTColor, TDepth
The downsampled image
See Also