CreateImagePolarTransformMap


Creates a spatial map representing an image polar transform.

Applications:Data preprocessing for fast image polar transform. The result is used by RemapImage.

Syntax

C++
C#
Python
 
def CreateImagePolarTransformMap(
	inImageFormat: ImageFormat,
	inCenter: Point2D,
	outPolarMap: SpatialMap,
	/,
	*,
	inSpaceType: PolarSpaceType = PolarSpaceType.Polar,
	inInterpolationMethod: InterpolationMethod = InterpolationMethod.Bilinear,
	outOutputRegion: Region | None = None
)
-> None

Parameters

Name Type Default Description
Input value inImageFormat ImageFormat Information about dimensions, depth and pixel type of the image
Input value inCenter Point2D
Input value inSpaceType PolarSpaceType PolarSpaceType.Polar Method of transformation
Input value inInterpolationMethod InterpolationMethod InterpolationMethod.Bilinear Interpolation method used in extraction of image pixel values
Output value outPolarMap SpatialMap Output spatial map
Output value outOutputRegion Region | None None Pixels set by the spatial map application