Back to Aurora Vision Library website

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

WorldPlanePointsToImage


Header: AVL.h
Namespace: avl
Module: Calibration

Finds the image coordinates of world plane Points.

Syntax

C++
C#
 
void avl::WorldPlanePointsToImage
(
	const atl::Array<avl::Point2D>& inWorldPoints,
	const avl::RectificationTransform& inTransform,
	atl::Array<avl::Point2D>& outImagePoints
)

Parameters

Name Type Default Description
Input value inWorldPoints const Array<Point2D>&
Input value inTransform const RectificationTransform& Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
Output value outImagePoints Array<Point2D>&