http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Compute coor1 - coor2
Namespace: Emgu.CV.GeodeticAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static GeodeticCoordinate operator -( GeodeticCoordinate coor1, GeodeticCoordinate coor2 ) |
Visual Basic |
---|
Public Shared Operator - ( _ coor1 As GeodeticCoordinate, _ coor2 As GeodeticCoordinate _ ) As GeodeticCoordinate |
Visual C++ |
---|
public: static GeodeticCoordinate operator -( GeodeticCoordinate coor1, GeodeticCoordinate coor2 ) |
Parameters
- coor1
- Type: Emgu.CV.Geodetic..::..GeodeticCoordinate
The first coordinate
- coor2
- Type: Emgu.CV.Geodetic..::..GeodeticCoordinate
The coordinate to be subtracted