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

Invoke.ImagePolarTransform

Transforms an image to polar or log-polar space.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also