Back to Aurora Vision Library website

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

SurfacePointsToImageCoordinates


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the associated image coordinates of surface points.

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

Syntax

C++
C#
 
void avl::SurfacePointsToImageCoordinates
(
	const atl::Array<avl::Point3D>& inSurfacePoints,
	const avl::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	atl::Array<avl::Point2D>& outImagePoints
)

Parameters

Name Type Default Description
Input value inSurfacePoints const Array<Point3D>&
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 outImagePoints Array<Point2D>&