You are here: Start » FIL.NET » Invoke.ImageInversePolarTransform

Invoke.ImageInversePolarTransform

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageInversePolarTransform
(
	Fil.Image inImage,
	Fil.Point2D inCenter,
	Fil.PolarSpaceType inInputSpaceType,
	Fil.PolarInterpolationMethod inInterpolation,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inCenterFil.Point2DCenter of the coordinate system in output image.
inInputSpaceTypeFil.PolarSpaceTypeMethod of transformation.
inInterpolationFil.PolarInterpolationMethodMethod of underlying interpolation.
outImageFil.ImageOutput image.

See also