Back to FabImage Library website

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

SurfaceLineToImageCoordinates


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Finds the associated image coordinates of surface line.

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

Syntax

C++
C#
 
void fil::SurfaceLineToImageCoordinates
(
	const fil::Line3D& inSurfaceLine,
	const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	fil::Line2D& outImageLine
)

Parameters

Name Type Default Description
Input value inSurfaceLine const Line3D&
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 outImageLine Line2D&