Back to Aurora Vision Library website

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

WorldPlaneSegmentToImage


Header: AVL.h
Namespace: avl
Module: Calibration

Finds the image coordinates of world plane Segment.

Syntax

C++
C#
 
void avl::WorldPlaneSegmentToImage
(
	const avl::Segment2D& inWorldSegment,
	const avl::RectificationTransform& inTransform,
	avl::Segment2D& outImageSegment
)

Parameters

Name Type Default Description
Input value inWorldSegment const Segment2D&
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 outImageSegment Segment2D&