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

AVS.ImagePolarTransform Method

Transforms an image to polar or log-polar space.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also