Back to FabImage Library website

You are here: Start » Function Reference » Surface » Surface Basics » SurfacePathToImageCoordinates

SurfacePathToImageCoordinates


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Finds the associated image coordinates of surface path.

Applications: Transformation of objects defined in the surface coordinate system to the associated image coordinate system.

Syntax

C++
C#
 
void fil::SurfacePathToImageCoordinates
(
	const fil::Path& inSurfacePath,
	const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	fil::Path& outImagePath
)

Parameters

Name Type Default Description
Input value inSurfacePath const Path&
Input value inSurfaceCoordinatesFormat const SurfaceCoordinatesFormat& Offsets and scales on X and Y axes of the surface associated with the image objects were found on
Output value outImagePath Path&