Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » SurfacePathsToImageCoordinates

SurfacePathsToImageCoordinates
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Finds the associated image coordinates of surface paths.
Applications: Transformation of objects defined in the surface coordinate system to the associated image coordinate system.
Syntax
C++
C#
void fil::SurfacePathsToImageCoordinates ( const ftl::Array<fil::Path>& inSurfacePaths, const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat, ftl::Array<fil::Path>& outImagePaths )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSurfacePaths | const Array<Path>& | ||
![]() |
inSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outImagePaths | Array<Path>& |