Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Property Value
Type: Int32| Event Type | Reason |
|---|---|
| CogSobelEdge Changed | Fires when the value of this property changes. The following state flag may be affected: |
| CogSobelEdge Changed | Fires when the value of this property changes and HysteresisThresholdLow changes as well. The following state flags may be affected: |
| Exception | Condition |
|---|---|
| ArgumentException | The threshold was less than 0 or greater than 255. |
If PostProcessMode is HysteresisThreshold, then hysteresis thresholding will be run on the edge magnitude image using this as the magnitude level at or above which edges are never discarded.
This property is coupled to the HysteresisThresholdLow property such that the HysteresisThresholdHigh value will never be less than the HysteresisThresholdLow value. If HysteresisThresholdHigh is set to a value less than the current HysteresisThresholdLow value, then HysteresisThresholdLow will be decreased to this new value automatically.
Default Value: 20