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