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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> PyrDown()

Return Value

Type: ImageTColor, TDepth
The downsampled image
See Also