Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration » WorldPlaneEdgeToImage
WorldPlaneEdgeToImage
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | Calibration |
Finds the image coordinates of world plane Edge.
Syntax
C++
C#
void fil::WorldPlaneEdgeToImage ( const fil::Edge1D& inWorldEdge, const fil::RectificationTransform& inTransform, fil::Edge1D& outImageEdge )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inWorldEdge | const Edge1D& | ||
![]() |
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. | |
![]() |
outImageEdge | Edge1D& |


