Back to Adaptive Vision Library website

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

ConvertCoordinateSystem2DTo3D


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

Header:AVL.h

Syntax

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

Parameters

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