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

WorldPlanePointsToImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Finds the image coordinates of world plane Points.
Syntax
C++
C#
void fil::WorldPlanePointsToImage ( const ftl::Array<fil::Point2D>& inWorldPoints, const fil::RectificationTransform& inTransform, ftl::Array<fil::Point2D>& outImagePoints )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inWorldPoints | const Array<Point2D>& | ||
![]() |
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. | |
![]() |
outImagePoints | Array<Point2D>& |