Polygon ConvexHull Method Cognex VisionPro 9.22 SR1

Compute and return a CogPolygon that is the convex hull of these vertices.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public Polygon ConvexHull()

Return Value

Type: Polygon

The convex hull of this polygon.

Remarks

Returns a new polygon that is the convex hull of the vertices of this polygon. The convex hull is the polygon that would result if you were to stretch an elastic band over all of the vertices.

See Also