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, NullableRef<FilNet.Region> outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inCenter | FilNet.Point2D | |||
![]() | inSpaceType | FilNet.PolarSpaceType | Method of transformation. | ||
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outPolarMap | FilNet.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | FilNet.NullableRef<FilNet.Region> | Pixels set by the spatial map application. Can be null to skip this parameter calculation. |
Function Overrides
- CreateImageInversePolarTransformMap(ImageFormat, Point2D, PolarSpaceType, InterpolationMethod, SpatialMap)
- CreateImageInversePolarTransformMap(ImageFormat, Point2D, PolarSpaceType, InterpolationMethod, SpatialMap, Region)