You are here: Start » FIL.NET » Invoke.CreateImageInversePolarTransformMap
Creates a spatial map representing an image inverse polar transform.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateImageInversePolarTransformMap ( Fil.ImageFormat inImageFormat, Fil.Point2D inCenter, Fil.PolarSpaceType inSpaceType, Fil.InterpolationMethod inInterpolationMethod, Fil.SpatialMap outPolarMap, Optional<Fil.Region> outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inCenter | Fil.Point2D | |||
![]() | inSpaceType | Fil.PolarSpaceType | Method of transformation. | ||
![]() | inInterpolationMethod | Fil.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outPolarMap | Fil.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | Ftl.Optional<Fil.Region> | Pixels set by the spatial map application. |