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

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