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