Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration » WorldPlaneSegmentToImage

WorldPlaneSegmentToImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Finds the image coordinates of world plane Segment.
Syntax
C++
C#
void fil::WorldPlaneSegmentToImage ( const fil::Segment2D& inWorldSegment, const fil::RectificationTransform& inTransform, fil::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& |