Back to Aurora Vision Library website
You are here: Start » Function Reference » Surface » Surface Basics » SurfaceSegmentToImageCoordinates
SurfaceSegmentToImageCoordinates
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| 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 avl::SurfaceSegmentToImageCoordinates ( const avl::Segment3D& inSurfaceSegment, const avl::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat, avl::Segment2D& outImageSegment )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurfaceSegment | const Segment3D& | ||
![]() |
inSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outImageSegment | Segment2D& |


