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