You are here: Start » AVL.NET » Invoke.CreateImageResizeMap
Creates a spatial map representing an image resizing.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateImageResizeMap ( Avl.ImageFormat inImageFormat, int inNewWidth, int inNewHeight, Avl.InterpolationMethod inInterpolationMethod, Avl.SpatialMap outResizeMap, Optional<Avl.Region> outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Avl.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inNewWidth | int | <1, INF> | Width of an image created by output spatial map application. | |
![]() | inNewHeight | int | <1, INF> | Height of an image created by output spatial map application. | |
![]() | inInterpolationMethod | Avl.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outResizeMap | Avl.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | Atl.Optional<Avl.Region> | Pixels set by the spatial map application. |