Back to FabImage Library website
You are here: Start » Function Reference » Camera Calibration » WorldPlaneRidgesToImage
WorldPlaneRidgesToImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Finds the image coordinates of world ridges.
Syntax
C++
C#
void fil::WorldPlaneRidgesToImage ( const ftl::Array<fil::Ridge1D>& inWorldPlaneRidges, const fil::RectificationTransform& inTransform, ftl::Array<fil::Ridge1D>& outImageRidges )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inWorldPlaneRidges | const Array<Ridge1D>& | 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. | |
![]() |
outImageRidges | Array<Ridge1D>& |
See Also
- CalibrateWorldPlane – Finds the image to world plane transformation matrix.
- ImageRidgesToWorldPlane – Finds the world coordinates of image ridges.
- WorldPlaneEdgesToImage – Finds the image coordinates of world 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.
- WorldPlaneSegmentsToImage – Finds the image coordinates of world segments.
- WorldPlaneStripesToImage – Finds the image coordinates of world stripes.