CogShapePolarize CombineMode Property Cognex VisionPro 9.5
Indicates the mode that the shape polarization operator will use for combining the original shape polarities with the polarities derived from the image.

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

public CogShapePolarizeCombineModeConstants CombineMode { get; set; }

Property Value

Type: CogShapePolarizeCombineModeConstants
Events

Event TypeReason
CogShapePolarize 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 CogShapePolarizeCombineModeConstants enumeration.

    Remarks

    Indicates the mode that the shape polarization operator will use for combining the original shape polarities with the polarities derived from the image.

    Default Value: IgnoreOriginal

    See Also