You are here: Start » FIL.NET » FIS.ImageInversePolarTransform Method

FIS.ImageInversePolarTransform Method

Transforms an image from polar or log-polar space to euclidean space.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageInversePolarTransform
(
	FilNet.Image inImage,
	FilNet.Point2D inCenter,
	FilNet.PolarSpaceType inInputSpaceType,
	FilNet.PolarInterpolationMethod inInterpolation,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inCenterFilNet.Point2DCenter of the coordinate system in output image.
inInputSpaceTypeFilNet.PolarSpaceTypeMethod of transformation.
inInterpolationFilNet.PolarInterpolationMethodMethod of underlying interpolation.
outImageFilNet.ImageOutput image.

See also