Convert coor to NED (North East Down) coordinate using the reference coordinate refCoor

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

Syntax

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

Parameters

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

Return Value

The NED (North East Down) coordinate related to the reference coordinate

See Also