Convert enu to Geodetic coordinate using the reference coordinate refCoor
Namespace: Emgu.CV.GeodeticAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.902 (2.2.0.902)
Syntax
C# | Visual Basic | Visual C++ |
public static GeodeticCoordinate ENU2Geodetic( MCvPoint3D64f enu, GeodeticCoordinate refCoor, MCvPoint3D64f refEcef )
Public Shared Function ENU2Geodetic ( _ enu As MCvPoint3D64f, _ refCoor As GeodeticCoordinate, _ refEcef As MCvPoint3D64f _ ) As GeodeticCoordinate
public: static GeodeticCoordinate ENU2Geodetic( MCvPoint3D64f enu, GeodeticCoordinate refCoor, MCvPoint3D64f refEcef )
Parameters
- enu
- MCvPoint3D64f
The ENU (East North UP) coordinate to be converted
- refCoor
- GeodeticCoordinate
The reference Geodetic coordinate
- refEcef
- MCvPoint3D64f
refCoor in ECEF format. If this is provided, it speeds up the computation