You are here: Start » AVL.NET » AVL.UndistortPoint

AVL.UndistortPoint

Remove lens distortion for a single point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void UndistortPoint
(
	AvlNet.Point2D inPoint,
	AvlNet.Matrix inCameraMatrix,
	AvlNet.LensDistortion inDistortion,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point2DPoint on distorted image.
inCameraMatrixAvlNet.MatrixCamera matrix obtained from calibration.
inDistortionAvlNet.LensDistortionDistortion parameters obtained from calibration.
outPointAvlNet.Point2DPoint on undistorted image.

See also