Emgu CV Library Documentation
Addition Operator
NamespacesEmgu.CVPoint2D<(Of <(T>)>)Addition(Point2D<(Of <(T>)>), Point2D<(Of <(T>)>))

www.emgu.com/wiki
Add the 2nd point from the 1st point and returns the result
Declaration Syntax
C#Visual BasicVisual C++
public static Point2D<T> operator +(
	Point2D<T> p1,
	Point2D<T> p2
)
Public Shared Operator + ( _
	p1 As Point2D(Of T), _
	p2 As Point2D(Of T) _
) As Point2D(Of T)
public:
static Point2D<T>^ operator +(
	Point2D<T>^ p1, 
	Point2D<T>^ p2
)
Parameters
p1 (Point2D<(Of <(T>)>))
The point to be added
p2 (Point2D<(Of <(T>)>))
The point to be added
Return Value
The sum of the points

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)