CogShapeExtract Closure Property Cognex VisionPro 9.24
Indicates whether open and/or closed shapes should be extracted from the input image.

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

public CogShapeExtractClosureConstants Closure { get; set; }

Property Value

Type: CogShapeExtractClosureConstants
Events

Event TypeReason
CogShapeExtract Changed

Fires when this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is not a member of the CogShapeExtractClosureConstants enumeration.

    Remarks

    Indicates whether open and/or closed shapes should be extracted from the input image.

    Default Value: DontCare

    See Also