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? inNewDimension,
	int inMargin,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outSpatialMap,
	NullableRef<FilNet.Region> outOutputRegion
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormatInformation about dimensions, depth and pixel type of the image.
inSphereRectangleFilNet.Rectangle2DBounding rectangle of a sphere.
inSphereRadiusCorrectionfloat<0.0f, INF>0.0fHow many pixels the sphere radius is larger than the visible circle radius. Default value: 0.0f.
inNewDimensionint?<1, INF>Width and height of an image created by output spatial map application. Default value: ftl::NIL.
inMarginint<0, INF>0Width of the sphere extreme points zone excluded from spatial map. Default value: 0.
inInterpolationMethodFilNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
outSpatialMapFilNet.SpatialMapOutput spatial map.
outOutputRegionFilNet.NullableRef<FilNet.Region>Pixels set by the spatial map application. Can be null to skip this parameter calculation.

Function Overrides

See also