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 | |
|---|---|---|---|---|
![]() |
inWorldSegment | const 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. | |
![]() |
outImageSegment | Segment2D& |


