You are here: Start » AVL.NET » AVS.CreateImageRotationMap Method

AVS.CreateImageRotationMap Method

Creates a spatial map representing an image rotation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateImageRotationMap
(
	AvlNet.ImageFormat inImageFormat,
	float inAngle,
	AvlNet.RotationSizeMode inSizeMode,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outRotationMap,
	NullableRef<AvlNet.Region> outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inAnglefloat45.0fThe angle of rotation. Default value: 45.0f.
inSizeModeAvlNet.RotationSizeMode
inInterpolationMethodAvlNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outRotationMapAvlNet.SpatialMapOutput spatial map.
outOutputRegionAvlNet.NullableRef<AvlNet.Region>Pixels set by the spatial map application. Can be null to skip this parameter calculation.

Function Overrides

See also