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

Invoke.ImageInversePolarTransform

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inCenterAvl.Point2DCenter of the coordinate system in output image.
inInputSpaceTypeAvl.PolarSpaceTypeMethod of transformation.
inInterpolationAvl.PolarInterpolationMethodMethod of underlying interpolation.
outImageAvl.ImageOutput image.

See also