You are here: Start » FIL.NET » FIL.CreateImagePolarTransformMap
Creates a spatial map representing an image polar transform.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CreateImagePolarTransformMap ( FilNet.ImageFormat inImageFormat, FilNet.Point2D inCenter, FilNet.PolarSpaceType inSpaceType, FilNet.InterpolationMethod inInterpolationMethod, FilNet.SpatialMap outPolarMap, 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.Region | Pixels set by the spatial map application. |
Description
The operation generates map that describes image transformation to polar or log-polar 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 ImagePolarTransform. For more information see ImagePolarTransform.
Function Overrides
- CreateImagePolarTransformMap(ImageFormat, Point2D, PolarSpaceType, InterpolationMethod, SpatialMap)
- CreateImagePolarTransformMap(ImageFormat, Point2D, PolarSpaceType, InterpolationMethod, SpatialMap, NullableRef<Region>)