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)
Syntaxpublic Image<TColor, TDepth> PyrUp()
Public Function PyrUp As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ PyrUp()
member PyrUp : unit -> Image<'TColor, 'TDepth>
Return Value
Type:
ImageTColor,
TDepth The upsampled image
See Also