Back to Aurora Vision Library website

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

ImageSegmentsToSurfaceCoordinates


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the surface coordinates of image segments.

Applications: Transformation of results found on the image associated with the surface to the surface coordinates.

Syntax

C++
C#
 
void avl::ImageSegmentsToSurfaceCoordinates
(
	const atl::Array<avl::Segment2D>& inImageSegments,
	const avl::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	atl::Array<avl::Segment2D>& outSurfaceSegments
)

Parameters

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