You are here: Start » AVL.NET » Invoke.CreateImageResizeMap

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
inImageFormatAvl.ImageFormatInformation about dimensions, depth and pixel type of the image.
inNewWidthint<1, INF>Width of an image created by output spatial map application.
inNewHeightint<1, INF>Height of an image created by output spatial map application.
inInterpolationMethodAvl.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outResizeMapAvl.SpatialMapOutput spatial map.
outOutputRegionAtl.Optional<Avl.Region>Pixels set by the spatial map application.

See also