Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » SurfacePointsToImageCoordinates
SurfacePointsToImageCoordinates
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | Vision3DStandard |
Finds the associated image coordinates of surface points.
Applications: Transformation of objects defined in the surface coordinate system to the associated image coordinate system.
Syntax
C++
C#
void fil::SurfacePointsToImageCoordinates ( const ftl::Array<fil::Point3D>& inSurfacePoints, const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat, ftl::Array<fil::Point2D>& outImagePoints )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurfacePoints | const Array<Point3D>& | ||
![]() |
inSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outImagePoints | Array<Point2D>& |


