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