ImagePathToSurfaceCoordinates
Finds the surface coordinates of image path.
Applications:Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
Python
def ImagePathToSurfaceCoordinates( inImagePath: Path, inSurfaceCoordinatesFormat: SurfaceCoordinatesFormat, outSurfacePath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImagePath | Path | ||
![]() |
inSurfaceCoordinatesFormat | SurfaceCoordinatesFormat | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfacePath | Path |


