Back to Aurora Vision Library website

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

ImageCoordinateSystemToSurfaceCoordinates


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the surface coordinates of image coordinate system.

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

Syntax

C++
C#
 
void avl::ImageCoordinateSystemToSurfaceCoordinates
(
	const avl::CoordinateSystem2D& inImageCoordinateSystem,
	const avl::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	avl::CoordinateSystem2D& outSurfaceCoordinateSystem
)

Parameters

Name Type Default Description
Input value inImageCoordinateSystem const CoordinateSystem2D&
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 outSurfaceCoordinateSystem CoordinateSystem2D&