Click or drag to resize

ImageTColor, TDepthBuildPyramid Method

http://www.emgu.com
Compute the image pyramid

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>[] BuildPyramid(
	int maxLevel
)

Parameters

maxLevel
Type: SystemInt32
The number of level's for the pyramid; Level 0 referes to the current image, level n is computed by calling the PyrDown() function on level n-1

Return Value

Type: ImageTColor, TDepth
The image pyramid
See Also