www.emgu.com/wiki
Add the 2nd point from the 1st point and returns the result

Declaration Syntax
Public Shared Operator + ( _
p1 As Point(Of T), _
p2 As Point(Of T) _
) As Point(Of T)

Parameters
- p1 (Point<(Of <(T>)>))
- The point to be added
- p2 (Point<(Of <(T>)>))
- The point to be added

Return Value
The sum of the points
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)