Compute and return a CogPolygon that is the convex hull of these vertices.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogPolygonThe 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. The following picture shows that the convex hull of a star-shaped polygon is the pentagon that encloses it.
See Also