You are here: Start » FIL.NET » Invoke.ImagePolarTransform

Invoke.ImagePolarTransform

Transforms an image to polar or log-polar space.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePolarTransform
(
	Fil.Image inImage,
	Fil.Point2D inCenter,
	Fil.PolarSpaceType inOutputSpaceType,
	Fil.PolarInterpolationMethod inInterpolation,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inCenterFil.Point2DCenter of the coordinate system in input image.
inOutputSpaceTypeFil.PolarSpaceTypeMethod of transformation.
inInterpolationFil.PolarInterpolationMethodMethod of underlying interpolation.
outImageFil.ImageOutput image.

See also