Convert ECEF coordinate to geodetic coordinate

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 ECEF2Geodetic(
	MCvPoint3D64f ecef
)
Public Function ECEF2Geodetic ( _
	ecef As MCvPoint3D64f _
) As GeodeticCoordinate
public:
GeodeticCoordinate ECEF2Geodetic(
	MCvPoint3D64f ecef
)

Parameters

ecef
MCvPoint3D64f
The ecef coordinate

Return Value

The geodetic coordinate

See Also