Back to Aurora Vision Library website

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

ConvertCoordinateSystem2DTo3D


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.

Syntax

C++
C#
 
void avl::ConvertCoordinateSystem2DTo3D
(
	const avl::CoordinateSystem2D& inCoordinateSystem,
	const avl::SurfaceFormat& inSurfaceFormat,
	avl::CoordinateSystem2D& outCoordinateSystem
)

Parameters

Name Type Default Description
Input value inCoordinateSystem const CoordinateSystem2D& Coordinate system connected with the surface image
Input value inSurfaceFormat const SurfaceFormat& Format of the surface
Output value outCoordinateSystem CoordinateSystem2D& Coordinate system connected with the surface