|
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
Syntaxpublic ShapeType CheckShapeType(
List<IntPoint> edgePoints
)
Public Function CheckShapeType (
edgePoints As List(Of IntPoint)
) As ShapeType
Request Example
View SourceParameters
- edgePoints
- Type: System.Collections.GenericListIntPoint
Shape's points to check.
Return Value
Type:
ShapeTypeReturns type of the detected shape.
See Also