Back to FabImage Library website
You are here: Start » Function Reference » World Coordinates » PathToWorldCoordinates_Deprecated

PathToWorldCoordinates_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Calculates a path in real-world coordinates corresponding to the specified path in image coordinates.
Syntax
C++
void fil::PathToWorldCoordinates_Deprecated ( const fil::Path& inPath, const fil::Position3D& inWorldPlane, float inResolution, ftl::Array<fil::Point3D>& outWorldPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | ||
![]() |
inWorldPlane | const Position3D& | Calibrated world plane | ||
![]() |
inResolution | float | 0.0 - ![]() |
1.0f | Number of real-world units per pixel, usually mm/px |
![]() |
outWorldPoints | Array<Point3D>& |
Hints
- Pass a path represented in the image coordinates to the inPath input. These coordinates will be translated to real-world units.
- Set inWorldPlane and inResolution inputs to values calculated with CalibrateWorldCoordinates_Deprecated.