Click or drag to resize
ShapeDistanceExtractorComputeDistance Method
http://www.emgu.com
Compute the shape distance between two shapes defined by its contours.

Namespace: Emgu.CV.Shape
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public float ComputeDistance(
	Point[] contour1,
	Point[] contour2
)

Parameters

contour1
Type: System.DrawingPoint
Contour defining first shape
contour2
Type: System.DrawingPoint
Contour defining second shape

Return Value

Type: Single
The shape distance between two shapes defined by its contours.
See Also