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

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

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
)

Parameters

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

See also