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


