Click or drag to resize

MCvPoint2D64fSubtraction Operator

http://www.emgu.com
Subtract p2 from p1

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
p2
Type: Emgu.CV.StructureMCvPoint2D64f
The point to be added

Return Value

Type: MCvPoint2D64f
The sum of two points
See Also