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

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