Back to Aurora Vision Library website

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

SurfaceSegmentsToImageCoordinates


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the associated image coordinates of surface segments.

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

Syntax

C++
C#
 
void avl::SurfaceSegmentsToImageCoordinates
(
	const atl::Array<avl::Segment3D>& inSurfaceSegments,
	const avl::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	atl::Array<avl::Segment2D>& outImageSegments
)

Parameters

Name Type Default Description
Input value inSurfaceSegments const Array<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 outImageSegments Array<Segment2D>&