FoundPolygonIsEquilateral Method |
Checks if all edges of the polygon have nearly the same length.
I. e. an edge must not differ more then one percent from the
ave length of all edges.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic bool IsEquilateral()
Return Value
Booleantrue, if all edges have nearly the same length.
See Also