You are here: Start » AVL.NET » Invoke.CreateImagePolarTransformMap
Creates a spatial map representing an image polar transform.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CreateImagePolarTransformMap ( Avl.ImageFormat inImageFormat, Avl.Point2D inCenter, Avl.PolarSpaceType inSpaceType, Avl.InterpolationMethod inInterpolationMethod, Avl.SpatialMap outPolarMap, Optional<Avl.Region> outOutputRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImageFormat | Avl.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]()  | inCenter | Avl.Point2D | |||
![]()  | inSpaceType | Avl.PolarSpaceType | Method of transformation. | ||
![]()  | inInterpolationMethod | Avl.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]()  | outPolarMap | Avl.SpatialMap | Output spatial map. | ||
![]()  | outOutputRegion | Atl.Optional<Avl.Region> | Pixels set by the spatial map application. | 


