You are here: Start » FIL.NET » Invoke.DownsampleImage_Midlevels
Shrinks an image by the factor of 1.5 or SQRT(2) along each axis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DownsampleImage_Midlevels ( Fil.Image inImage, int inScaleStep, Fil.MidlevelScale inMidlevelScale, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inScaleStep | int | <0, 24> | 1 | Defines how many times the image size is divided by 1.5 or SQRT(2). Default value: 1. |
![]() | inMidlevelScale | Fil.MidlevelScale | Determines which scale will be used. | ||
![]() | outImage | Fil.Image | Output image. |