CogGeneralContour Closed Property Cognex VisionPro 9.5
True if the contour contains a single connected chain of segments that is closed, otherwise False.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public bool Closed { get; }

Property Value

Type: Boolean
Remarks

Returns True if the contour contains a single, connected, closed chain of segments. If the contour has no segments, or if the contour is not closed, Closed returns False.

See Also