You are here: Start » AVL.NET » AVL.UndistortImage_DivisionModel(AvlNet.Image, float, AvlNet.Point2D?, AvlNet.InterpolationMethod, AvlNet.Image)
AVL.UndistortImage_DivisionModel(AvlNet.Image, float, AvlNet.Point2D?, AvlNet.InterpolationMethod, AvlNet.Image)
Applies division model lens distortion to an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void UndistortImage_DivisionModel( AvlNet.Image inImage, float inKappa, AvlNet.Point2D? inCenter, AvlNet.InterpolationMethod inImageInterpolation, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inKappa
- Type: System.Single
- inCenter
- Type: System.Nullable<AvlNet.Point2D>
- inImageInterpolation
- Type: AvlNet.InterpolationMethod
- outImage
- Type: AvlNet.Image
Output image
Examples
![]() |
![]() |
Image undistortion with inKappa = 18.
Errors
| Error type | Description |
|---|---|
| DomainError | Unknown interpolation method in UndistortImage_DivisionModel. |


