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