Click or drag to resize
GeodeticCoordinateAddition Operator
http://www.emgu.com
Compute the sum of two GeodeticCoordinates

Namespace: Emgu.CV.Geodetic
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static GeodeticCoordinate operator +(
	GeodeticCoordinate coor1,
	GeodeticCoordinate coor2
)

Parameters

coor1
Type: Emgu.CV.GeodeticGeodeticCoordinate
The first coordinate to be added
coor2
Type: Emgu.CV.GeodeticGeodeticCoordinate
The second coordinate to be added

Return Value

Type: GeodeticCoordinate
The sum of two GeodeticCoordinates
See Also