You are here: Start » AVL.NET » AVS.ImagePointsToWorldPlane Method

AVS.ImagePointsToWorldPlane Method

Finds the world coordinates of image Points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImagePointsToWorldPlane
(
	IList<AvlNet.Point2D> inImagePoints,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Point2D> outWorldPoints
)

Parameters

Name Type Range Default Description
inImagePointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inTransformAvlNet.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.
outWorldPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also