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

AVL.WorldPlanePointToImage

Finds the image coordinates of world plane Point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WorldPlanePointToImage
(
	AvlNet.Point2D inWorldPoint,
	AvlNet.RectificationTransform inTransform,
	out AvlNet.Point2D outImagePoint
)

Parameters

Name Type Range Default Description
inWorldPointAvlNet.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.
outImagePointAvlNet.Point2D

See also