Click or drag to resize
MCvPoint3D32fSubtraction Operator
http://www.emgu.com
Subtract one point from the other

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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