You are here: Start » AVL.NET » AVL.UndistortPoint Method
AVL.UndistortPoint Method
Remove lens distortion for a single point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void UndistortPoint( AvlNet.Point2D inPoint, AvlNet.Matrix inCameraMatrix, AvlNet.LensDistortion inDistortion, out AvlNet.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point2D | Point on distorted image. | ||
![]() | inCameraMatrix | AvlNet.Matrix | Camera matrix obtained from calibration. | ||
![]() | inDistortion | AvlNet.LensDistortion | Distortion parameters obtained from calibration. | ||
![]() | outPoint | AvlNet.Point2D | Point on undistorted image. |


