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