Back to FabImage Library website
You are here: Start » Function Reference » Camera Calibration » WorldPlaneEdgesToImage
WorldPlaneEdgesToImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Finds the image coordinates of world edges.
Syntax
C++
C#
void fil::WorldPlaneEdgesToImage ( const ftl::Array<fil::Edge1D>& inWorldPlaneEdges, const fil::RectificationTransform& inTransform, ftl::Array<fil::Edge1D>& outImageEdges )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inWorldPlaneEdges | const Array<Edge1D>& | Array of 2D segments in given world coordinate plane. | |
![]() |
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. | |
![]() |
outImageEdges | Array<Edge1D>& |
See Also
- CalibrateWorldPlane – Finds the image to world plane transformation matrix.
- ImageEdgesToWorldPlane – Finds the world coordinates of image edges.
- WorldPlaneGapsToImage – Finds the image coordinates of world gaps.
- WorldPlanePathsToImage – Finds the image coordinates of world paths.
- WorldPlanePointsToImage – Finds the image coordinates of world points.
- WorldPlaneRidgesToImage – Finds the image coordinates of world ridges.
- WorldPlaneSegmentsToImage – Finds the image coordinates of world segments.
- WorldPlaneStripesToImage – Finds the image coordinates of world stripes.