Convert coor to ENU (East North UP) coordinate using the reference coordinate refCoor

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvPoint3D64f Geodetic2ENU(
	GeodeticCoordinate coor,
	GeodeticCoordinate refCoor
)
Public Shared Function Geodetic2ENU ( _
	coor As GeodeticCoordinate, _
	refCoor As GeodeticCoordinate _
) As MCvPoint3D64f
public:
static MCvPoint3D64f Geodetic2ENU(
	GeodeticCoordinate coor, 
	GeodeticCoordinate refCoor
)

Parameters

coor
GeodeticCoordinate
The Geodetic Coordinate to be converted
refCoor
GeodeticCoordinate
The reference Geodetic coordinate

Return Value

The ENU (East North UP) coordinate related to the reference coordinate

See Also