Click or drag to resize
Accord.NET (logo)

SimpleShapeCheckerCheckShapeType Method

Check type of the shape formed by specified points.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public ShapeType CheckShapeType(
	List<IntPoint> edgePoints
)
Request Example View Source

Parameters

edgePoints
Type: System.Collections.GenericListIntPoint
Shape's points to check.

Return Value

Type: ShapeType
Returns type of the detected shape.
See Also