You are here: Start » FIL.NET » FIS.ImageInversePolarTransform Method
FIS.ImageInversePolarTransform Method
Transforms an image from polar or log-polar space to euclidean space.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void ImageInversePolarTransform ( FilNet.Image inImage, FilNet.Point2D inCenter, FilNet.PolarSpaceType inInputSpaceType, FilNet.PolarInterpolationMethod inInterpolation, FilNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inCenter | FilNet.Point2D | Center of the coordinate system in output image. | ||
![]() | inInputSpaceType | FilNet.PolarSpaceType | Method of transformation. | ||
![]() | inInterpolation | FilNet.PolarInterpolationMethod | Method of underlying interpolation. | ||
![]() | outImage | FilNet.Image | Output image. |


