CreateImagePolarTransformMap
Creates a spatial map representing an image polar transform.
Applications:Data preprocessing for fast image polar transform. The result is used by RemapImage.
Syntax
C++
C#
Python
def CreateImagePolarTransformMap( inImageFormat: ImageFormat, inCenter: Point2D, outPolarMap: SpatialMap, /, *, inSpaceType: PolarSpaceType = PolarSpaceType.Polar, inInterpolationMethod: InterpolationMethod = InterpolationMethod.Bilinear, outOutputRegion: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImageFormat | ImageFormat | Information about dimensions, depth and pixel type of the image | |
![]() |
inCenter | Point2D | ||
![]() |
inSpaceType | PolarSpaceType | PolarSpaceType.Polar | Method of transformation |
![]() |
inInterpolationMethod | InterpolationMethod | InterpolationMethod.Bilinear | Interpolation method used in extraction of image pixel values |
![]() |
outPolarMap | SpatialMap | Output spatial map | |
![]() |
outOutputRegion | Region | None | None | Pixels set by the spatial map application |


