You are here: Start » FIL.NET » FIS.CreateCylinderMap Method
FIS.CreateCylinderMap Method
Creates a spatial map for transformations from a cylinder surface to a flat rectangle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateCylinderMap ( FilNet.ImageFormat inImageFormat, FilNet.Rectangle2D inCylinderRectangle, float inCylinderRadiusCorrection, int? inNewWidth, int? inNewHeight, int inMargin, FilNet.InterpolationMethod inInterpolationMethod, FilNet.CylinderMappingMode inCylinderMappingMode, FilNet.SpatialMap outSpatialMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inCylinderRectangle | FilNet.Rectangle2D | Bounding rectangle of the cylinder. | ||
![]() | inCylinderRadiusCorrection | float | <0.0f, INF> | 0.0f | How many pixels the cylinder radius is larger than the visible circle radius. Default value: 0.0f. |
![]() | inNewWidth | int? | <1, INF> | Width of an image created by output spatial map application. Default value: ftl::NIL. | |
![]() | inNewHeight | int? | <1, INF> | Height of an image created by output spatial map application. Default value: ftl::NIL. | |
![]() | inMargin | int | <0, INF> | 0 | Width of the cylinder 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. | |
![]() | inCylinderMappingMode | FilNet.CylinderMappingMode | Determines which pixels of the mapped cylinder have to be within the given rectangle. | ||
![]() | outSpatialMap | FilNet.SpatialMap | Output spatial map. |
Function Overrides
- CreateCylinderMap(ImageFormat, Rectangle2D, Single, Nullable<Point2D>, Nullable<Int32>, Nullable<Int32>, Int32, InterpolationMethod, CylinderMappingMode, SpatialMap)
- CreateCylinderMap(ImageFormat, Rectangle2D, Single, Nullable<Point2D>, Nullable<Int32>, Nullable<Int32>, Int32, InterpolationMethod, CylinderMappingMode, SpatialMap, Region)
- CreateCylinderMap(ImageFormat, Rectangle2D, Single, Nullable<Point2D>, Nullable<Int32>, Nullable<Int32>, Int32, InterpolationMethod, CylinderMappingMode, SpatialMap, NullableRef<Region>)