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 plane Segments.

Syntax

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

Parameters

Name Type Default Description
inWorldSegments const Array<Segment2D>&
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>&