Back to FabImage Studio website
You are here: Start » Filter Reference » Image Spatial Transforms Maps » CreateImageInversePolarTransformMap
Creates a spatial map representing an image inverse polar transform.
Name | Type | Description | |
---|---|---|---|
![]() |
inImageFormat | ImageFormat | Information about dimensions, depth and pixel type of the image |
![]() |
inCenter | Point2D | |
![]() |
inSpaceType | PolarSpaceType | Method of transformation |
![]() |
inInterpolationMethod | InterpolationMethod | Interpolation method used in extraction of image pixel values |
![]() |
outPolarMap | SpatialMap | Output spatial map |
![]() |
outOutputRegion | Region | Pixels set by the spatial map application |
Applications
Data preprocessing for fast inverse polar transform. The result is used by RemapImage.
Description
The operation generates map that describes image transformation from polar or log-polar space to euclidean space. Two modes of pixel interpolation are available, the bilinear filtering being more precise and computationally expensive. Usually creating map and then using RemapImage is faster than ImageInversePolarTransform. For more information see ImageInversePolarTransform.
Complexity Level
This filter is available on Advanced Complexity Level.