Click or drag to resize

ImageTColor, TDepthPyrUp Method

http://www.emgu.com
Performs up-sampling step of Gaussian pyramid decomposition. First it upsamples this image by injecting even zero rows and columns and then convolves result with the specified filter multiplied by 4 for interpolation. So the resulting image is four times larger than the source image.

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> PyrUp()

Return Value

Type: ImageTColor, TDepth
The upsampled image
See Also