You are here: Start » AVL.NET » AVS.ImageInversePolarTransform Method

AVS.ImageInversePolarTransform Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCenterAvlNet.Point2DCenter of the coordinate system in output image.
inInputSpaceTypeAvlNet.PolarSpaceTypeMethod of transformation.
inInterpolationAvlNet.PolarInterpolationMethodMethod of underlying interpolation.
outImageAvlNet.ImageOutput image.

See also