You are here: Start » FIL.NET » FIS.ImagePolarTransform Method

FIS.ImagePolarTransform Method

Transforms an image to polar or log-polar space.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImagePolarTransform
(
	FilNet.Image inImage,
	FilNet.Point2D inCenter,
	FilNet.PolarSpaceType inOutputSpaceType,
	FilNet.PolarInterpolationMethod inInterpolation,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inCenterFilNet.Point2DCenter of the coordinate system in input image.
inOutputSpaceTypeFilNet.PolarSpaceTypeMethod of transformation.
inInterpolationFilNet.PolarInterpolationMethodMethod of underlying interpolation.
outImageFilNet.ImageOutput image.

See also