Check if the specified set of points form a circle shape.
Namespace:
AForge.Math.GeometryAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- edgePoints
- Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
Shape's points to check.
- center
- Type:
AForge..::.Point
%
Receives circle's center on successful return.
- radius
- Type:
System..::.Single
%
Receives circle's radius on successful return.
Return Value
Returns trueTruetruetrue (True in Visual Basic) if the specified set of points form a circle shape or falseFalsefalsefalse (False in Visual Basic) otherwise.
Remarks
