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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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