ImagePolarTransform


Transforms an image to polar or log-polar space.

Syntax

C++
C#
Python
 
def ImagePolarTransform(
	inImage: Image,
	inCenter: Point2D,
	outImage: Image,
	/,
	*,
	inOutputSpaceType: PolarSpaceType = PolarSpaceType.Polar,
	inInterpolation: PolarInterpolationMethod = PolarInterpolationMethod.Linear
)
-> None

Parameters

Name Type Default Description
Input value inImage Image Input image
Input value inCenter Point2D Center of the coordinate system in input image
Input value inOutputSpaceType PolarSpaceType PolarSpaceType.Polar Method of transformation
Input value inInterpolation PolarInterpolationMethod PolarInterpolationMethod.Linear Method of underlying interpolation
Output value outImage Image Output image