You are here: Start » AVL.NET » Invoke.ImagePolarTransform
Transforms an image to polar or log-polar space.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ImagePolarTransform ( Avl.Image inImage, Avl.Point2D inCenter, Avl.PolarSpaceType inOutputSpaceType, 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 input image. | ||
![]() | inOutputSpaceType | Avl.PolarSpaceType | Method of transformation. | ||
![]() | inInterpolation | Avl.PolarInterpolationMethod | Method of underlying interpolation. | ||
![]() | outImage | Avl.Image | Output image. |