You are here: Start » FIL.NET » FIS.CreateSphereMap Method
FIS.CreateSphereMap Method
Creates a spatial map for transformations from a sphere surface to a flat rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateSphereMap ( FilNet.ImageFormat inImageFormat, FilNet.Rectangle2D inSphereRectangle, float inSphereRadiusCorrection, int inMargin, FilNet.InterpolationMethod inInterpolationMethod, FilNet.SpatialMap outSpatialMap, NullableRef<FilNet.Region> outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inSphereRectangle | FilNet.Rectangle2D | Bounding rectangle of a sphere. | ||
![]() | inSphereRadiusCorrection | float | <0.0f, INF> | 0.0f | How many pixels the sphere radius is larger than the visible circle radius. Default value: 0.0f. |
![]() | inMargin | int | <0, INF> | 0 | Width of the sphere extreme points zone excluded from spatial map. Default value: 0. |
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outSpatialMap | 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
- CreateSphereMap(ImageFormat, Rectangle2D, Single, Int32, InterpolationMethod, SpatialMap)
- CreateSphereMap(ImageFormat, Rectangle2D, Single, Nullable<Int32>, Int32, InterpolationMethod, SpatialMap)
- CreateSphereMap(ImageFormat, Rectangle2D, Single, Nullable<Int32>, Int32, InterpolationMethod, SpatialMap, Region)
- CreateSphereMap(ImageFormat, Rectangle2D, Single, Nullable<Int32>, Int32, InterpolationMethod, SpatialMap, NullableRef<Region>)