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