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

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