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: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> PyrDown()

Return Value

Type: ImageTColor, TDepth
The downsampled image
See Also