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

Invoke.CreateImageRotationMap

Creates a spatial map representing an image rotation.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateImageRotationMap
(
	Avl.ImageFormat inImageFormat,
	float inAngle,
	Avl.RotationSizeMode inSizeMode,
	Avl.InterpolationMethod inInterpolationMethod,
	Avl.SpatialMap outRotationMap,
	Optional<Avl.Region> outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatAvl.ImageFormatInformation about dimensions, depth and pixel type of the image.
inAnglefloat45.0fThe angle of rotation. Default value: 45.0f.
inSizeModeAvl.RotationSizeMode
inInterpolationMethodAvl.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outRotationMapAvl.SpatialMapOutput spatial map.
outOutputRegionAtl.Optional<Avl.Region>Pixels set by the spatial map application.

See also