You are here: Start » AVL.NET » Invoke.ImagePointToWorldPlane

Invoke.ImagePointToWorldPlane

Finds the world coordinates of image Point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImagePointToWorldPlane
(
	Avl.Point2D inImagePoint,
	Avl.RectificationTransform inTransform,
	out Avl.Point2D outWorldPoint
)

Parameters

Name Type Range Default Description
inImagePointAvl.Point2D
inTransformAvl.RectificationTransformTransform's camera model is needed for undistortion, when not supplied the filter assumes undistorted input. Transform's homography is needed for transforming coordinates to given world plane, when not supplied the filter only removes distortion of input.
outWorldPointAvl.Point2D

See also