True if the contour contains a single connected chain of segments that is closed, otherwise False.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: BooleanRemarks
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