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