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