Click or drag to resize

MCvPoint3D32fSubtraction Operator

http://www.emgu.com
Subtract one point from the other

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static MCvPoint3D32f operator -(
	MCvPoint3D32f p1,
	MCvPoint3D32f p2
)

Parameters

p1
Type: Emgu.CV.StructureMCvPoint3D32f
The point to subtract from
p2
Type: Emgu.CV.StructureMCvPoint3D32f
The value to be subtracted

Return Value

Type: MCvPoint3D32f
The subtraction of one point from the other
See Also