You are here: Start » AVL.NET » AVL.CreateImageInversePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)

AVL.CreateImageInversePolarTransformMap(AvlNet.ImageFormat, AvlNet.Point2D, AvlNet.PolarSpaceType, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImageFormat
Type: AvlNet.ImageFormat
inCenter
Type: AvlNet.Point2D
inSpaceType
Type: AvlNet.PolarSpaceType
inInterpolationMethod
Type: AvlNet.InterpolationMethod
outPolarMap
Type: AvlNet.SpatialMap
outOutputRegion
Type: AvlNet.Region

Description

The operation generates map that describes image transformation from polar or log-polar space to euclidean space. Two modes of pixel interpolation are available, the bilinear filtering being more precise and computationally expensive. Usually creating map and then using RemapImage is faster than ImageInversePolarTransform. For more information see ImageInversePolarTransform.

See also