You are here: Start » AVL.NET » AVL.CreateUndistortionMap_Divisional(AvlNet.ImageFormat, float, AvlNet.Point2D?, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
AVL.CreateUndistortionMap_Divisional(AvlNet.ImageFormat, float, AvlNet.Point2D?, AvlNet.InterpolationMethod, AvlNet.SpatialMap)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateUndistortionMap_Divisional( AvlNet.ImageFormat inImageFormat, float inKappa, AvlNet.Point2D? inCenter, AvlNet.InterpolationMethod inInterpolationMethod, out AvlNet.SpatialMap outMap )
Parameters
- inImageFormat
- Type: AvlNet.ImageFormat
- inKappa
- Type: System.Single
- inCenter
- Type: System.Nullable<AvlNet.Point2D>
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- outMap
- Type: AvlNet.SpatialMap
