Back to Adaptive Vision Library website

You are here: Start » Function Reference » Camera Calibration » WorldPlaneSegmentsToImage

WorldPlaneSegmentsToImage


Header:AVL.h
Namespace:avl

Finds the image coordinates of world segments.

Syntax

C++
C#
 
void avl::WorldPlaneSegmentsToImage
(
	const atl::Array<avl::Segment2D>& inWorldPlaneSegments,
	const avl::RectificationTransform& inTransform,
	atl::Array<avl::Segment2D>& outImageSegments
)

Parameters

Name Type Default Description
inWorldPlaneSegments const Array<Segment2D>& Array of 2D segments in given world coordinate plane.
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.
outImageSegments Array<Segment2D>&

See Also