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

AVS.CreateImagePolarTransformMap Method

Creates a spatial map representing an image polar transform.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateImagePolarTransformMap
(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Point2D inCenter,
	AvlNet.PolarSpaceType inSpaceType,
	AvlNet.InterpolationMethod inInterpolationMethod,
	AvlNet.SpatialMap outPolarMap,
	NullableRef<AvlNet.Region> outOutputRegion
)

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.
outOutputRegionAvlNet.NullableRef<AvlNet.Region>Pixels set by the spatial map application. Can be null to skip this parameter calculation.

Function Overrides

See also