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

PointToImageCoordinates_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Calculates image coordinates corresponding to the specified real-world coordinates.
Syntax
C++
void fil::PointToImageCoordinates_Deprecated ( const fil::Point3D& inWorldPoint, const fil::Position3D& inWorldPlane, float inResolution, fil::Point2D& outImagePoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inWorldPoint | const Point3D& | |||
![]() |
inWorldPlane | const Position3D& | Calibrated world plane | ||
![]() |
inResolution | float | 0.0 - ![]() |
1.0f | Number of real-world units per pixel, usually mm/px |
![]() |
outImagePoint | Point2D& |