You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms Maps » FIL.CreateImageInversePolarTransformMap
Creates a spatial map representing an image inverse polar transform.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateImageInversePolarTransformMap ( FilNet.ImageFormat inImageFormat, FilNet.Point2D inCenter, FilNet.PolarSpaceType inSpaceType, FilNet.InterpolationMethod inInterpolationMethod, FilNet.SpatialMap outPolarMap )
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. |
Description
The operation generates map that describes image transformation from polar or log-polar space to euclidean space. Two modes of pixel interpolation are available, the bilinear filtering being more precise and computationally expensive. Usually creating map and then using RemapImage is faster than ImageInversePolarTransform. For more information see ImageInversePolarTransform.
Function Overrides
- CreateImageInversePolarTransformMap(ImageFormat, Point2D, PolarSpaceType, InterpolationMethod, SpatialMap, Region)
- CreateImageInversePolarTransformMap(ImageFormat, Point2D, PolarSpaceType, InterpolationMethod, SpatialMap, NullableRef<Region>)