You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImageFormat | Avl.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inAngle | float | 45.0f | The angle of rotation. Default value: 45.0f. | |
![]() | inSizeMode | Avl.RotationSizeMode | |||
![]() | inInterpolationMethod | Avl.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outRotationMap | Avl.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | Atl.Optional<Avl.Region> | Pixels set by the spatial map application. |