You are here: Start » AVL.NET » Invoke.DownsampleImage_Midlevels
Shrinks an image by the factor of 1.5 or SQRT(2) along each axis.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DownsampleImage_Midlevels ( Avl.Image inImage, int inScaleStep, Avl.MidlevelScale inMidlevelScale, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.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 | Avl.MidlevelScale | Determines which scale will be used. | ||
![]()  | outImage | Avl.Image | Output image. | 


