You are here: Start » FIL.NET » FIS.DownsampleImage Method
FIS.DownsampleImage Method
Shrinks an image by the factor of two along each axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void DownsampleImage ( FilNet.Image inImage, int inScaleStep, FilNet.DownsampleFunction inFunction, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inScaleStep | int | <0, 12> | 1 | Defines how many times the image size is divided by 2. Default value: 1. |
![]() | inFunction | FilNet.DownsampleFunction | Mean | Default value: Mean. | |
![]() | outImage | FilNet.Image | Output image. |