Back to Aurora Vision Library website

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

SurfacePointToImageCoordinates


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the associated image coordinates of surface point.

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

Syntax

C++
C#
 
void avl::SurfacePointToImageCoordinates
(
	const avl::Point3D& inSurfacePoint,
	const avl::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat,
	avl::Point2D& outImagePoint
)

Parameters

Name Type Default Description
Input value inSurfacePoint const 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 outImagePoint Point2D&