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

Invoke.CreateImagePolarTransformMap

Creates a spatial map representing an image polar transform.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateImagePolarTransformMap
(
	Avl.ImageFormat inImageFormat,
	Avl.Point2D inCenter,
	Avl.PolarSpaceType inSpaceType,
	Avl.InterpolationMethod inInterpolationMethod,
	Avl.SpatialMap outPolarMap,
	Optional<Avl.Region> outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatAvl.ImageFormatInformation about dimensions, depth and pixel type of the image.
inCenterAvl.Point2D
inSpaceTypeAvl.PolarSpaceTypeMethod of transformation.
inInterpolationMethodAvl.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outPolarMapAvl.SpatialMapOutput spatial map.
outOutputRegionAtl.Optional<Avl.Region>Pixels set by the spatial map application.

See also