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

FIS.CreateImageInversePolarTransformMap Method

Creates a spatial map representing an image inverse polar transform.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateImageInversePolarTransformMap
(
	FilNet.ImageFormat inImageFormat,
	FilNet.Point2D inCenter,
	FilNet.PolarSpaceType inSpaceType,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outPolarMap,
	FilNet.Region outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inCenterFilNet.Point2D
inSpaceTypeFilNet.PolarSpaceTypeMethod of transformation.
inInterpolationMethodFilNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outPolarMapFilNet.SpatialMapOutput spatial map.
outOutputRegionFilNet.RegionPixels set by the spatial map application.

Function Overrides

See also