You are here: Start » AVL.NET » AVL.CreateImageRotationMap(AvlNet.ImageFormat, float, AvlNet.RotationSizeMode, AvlNet.InterpolationMethod, AvlNet.SpatialMap)

AVL.CreateImageRotationMap(AvlNet.ImageFormat, float, AvlNet.RotationSizeMode, AvlNet.InterpolationMethod, AvlNet.SpatialMap)

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,
	out AvlNet.SpatialMap outRotationMap
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
Information about dimensions, depth and pixel type of the image
inAngle
Type: System.Single
The angle of rotation
inSizeMode
Type: AvlNet.RotationSizeMode
inInterpolationMethod
Type: AvlNet.InterpolationMethod
Interpolation method used in extraction of image pixel values
outRotationMap
Type: AvlNet.SpatialMap
Output spatial map

Remarks

See full override for more details.

See also