Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » ConvertCoordinateSystem2DTo3D

ConvertCoordinateSystem2DTo3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.
Syntax
C++
C#
void fil::ConvertCoordinateSystem2DTo3D ( const fil::CoordinateSystem2D& inCoordinateSystem, const fil::SurfaceFormat& inSurfaceFormat, fil::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 |