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

AVS.CreateImageInversePolarTransformMap Method

Creates a spatial map representing an image inverse polar transform.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateImageInversePolarTransformMap
(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Point2D inCenter,
	AvlNet.PolarSpaceType inSpaceType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outPolarMap
)

Parameters

Name Type Range Default Description
inImageFormatAvlNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inCenterAvlNet.Point2D
inSpaceTypeAvlNet.PolarSpaceTypeMethod of transformation.
inInterpolationMethodAvlNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outPolarMapAvlNet.SpatialMapOutput spatial map.

Function Overrides

See also