You are here: Start » AVL.NET » AVL.CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int?, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)
AVL.CreateSphereMap(AvlNet.ImageFormat, AvlNet.Rectangle2D, float, int?, int, AvlNet.InterpolationMethod, AvlNet.SpatialMap, AvlNet.Region)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateSphereMap( AvlNet.ImageFormat inImageFormat, AvlNet.Rectangle2D inSphereRectangle, float inSphereRadiusCorrection, int? inNewDimension, int inMargin, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.SpatialMap outSpatialMap, out AvlNet.Region outOutputRegion )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
- inSphereRectangle
- Type: AvlNet.Rectangle2D
- inSphereRadiusCorrection
- Type: System.Single
- inNewDimension
- Type: System.Nullable<System.Int32>
- inMargin
- Type: System.Int32
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- outSpatialMap
- Type: AvlNet.SpatialMap
- outOutputRegion
- Type: AvlNet.Region
Examples
![]() |
![]() |
Results of applying RemapImage with a spatial map created with the CreateSphereMap filter.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty rectangle on input in CreateSphereMap. |


