You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.WorldPlanePointsToImage

AVL.WorldPlanePointsToImage

Finds the image coordinates of world plane Points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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