You are here: Start » AVL.NET » Invoke.CreateImagePyramid_Gauss
Creates an array of images, each downsampled from the previous, gauss-smoothed one.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CreateImagePyramid_Gauss ( Avl.Image inImage, Avl.GaussKernel inGaussKernelSize, int inMinPyramidLevel, int inMaxPyramidLevel, Avl.DownsampleFunction inFunction, List<Avl.Image> outImagePyramid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inGaussKernelSize | Avl.GaussKernel | |||
![]()  | inMinPyramidLevel | int | <0, 12> | ||
![]()  | inMaxPyramidLevel | int | <0, 12> | ||
![]()  | inFunction | Avl.DownsampleFunction | Mean | Default value: Mean. | |
![]()  | outImagePyramid | System.Collections.Generic.List<Avl.Image> | 


