Check if the specified set of points form a quadrilateral 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.
- corners
- Type:
System.Collections.Generic..::.List<(Of <(IntPoint>)>)
%
List of quadrilateral corners on successful return.