Convert enu to Geodetic coordinate using the reference coordinate refCoor

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public GeodeticCoordinate ENU2Geodetic(
	MCvPoint3D64f enu,
	GeodeticCoordinate refCoor
)
Public Function ENU2Geodetic ( _
	enu As MCvPoint3D64f, _
	refCoor As GeodeticCoordinate _
) As GeodeticCoordinate
public:
GeodeticCoordinate ENU2Geodetic(
	MCvPoint3D64f enu, 
	GeodeticCoordinate refCoor
)

Parameters

enu
MCvPoint3D64f
The ENU (East North UP) coordinate to be converted
refCoor
GeodeticCoordinate
The reference Geodetic coordinate

Return Value

The Geodetic coordinate

See Also