Click or drag to resize

MCvPoint2D64fAddition Operator

http://www.emgu.com
Compute the sum of two 3D points

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static MCvPoint2D64f operator +(
	MCvPoint2D64f p1,
	MCvPoint2D64f p2
)

Parameters

p1
Type: Emgu.CV.StructureMCvPoint2D64f
The first point to be added
p2
Type: Emgu.CV.StructureMCvPoint2D64f
The second point to be added

Return Value

Type: MCvPoint2D64f
The sum of two points
See Also