ImagePolarTransform
Transforms an image to polar or log-polar space.
Syntax
C++
C#
Python
def ImagePolarTransform( inImage: Image, inCenter: Point2D, outImage: Image, /, *, inOutputSpaceType: PolarSpaceType = PolarSpaceType.Polar, inInterpolation: PolarInterpolationMethod = PolarInterpolationMethod.Linear ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inCenter | Point2D | Center of the coordinate system in input image | |
![]() |
inOutputSpaceType | PolarSpaceType | PolarSpaceType.Polar | Method of transformation |
![]() |
inInterpolation | PolarInterpolationMethod | PolarInterpolationMethod.Linear | Method of underlying interpolation |
![]() |
outImage | Image | Output image |


