Back to FabImage Library website

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

SurfaceSegmentToImageCoordinates


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Finds the associated image coordinates of surface segment.

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

Syntax

C++
C#
 
void fil::SurfaceSegmentToImageCoordinates
(
	const fil::Segment3D& inSurfaceSegment,
	const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	fil::Segment2D& outImageSegment
)

Parameters

Name Type Default Description
Input value inSurfaceSegment const Segment3D&
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 outImageSegment Segment2D&