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

AVS.WorldPlanePointsToImage Method

Finds the image coordinates of world plane Points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WorldPlanePointsToImage
(
	IList<AvlNet.Point2D> inWorldPoints,
	AvlNet.RectificationTransform inTransform,
	IList<AvlNet.Point2D> outImagePoints
)

Parameters

Name Type Range Default Description
inWorldPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inTransformAvlNet.RectificationTransformTransform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImagePointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also