Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.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 HysteresisThresholdHigh 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 below which edges are always discarded.
This property is coupled to the HysteresisThresholdHigh property such that the HysteresisThresholdLow value will never be greater than the HysteresisThresholdHigh value. If HysteresisThresholdLow is set to a value that is greater than the current HysteresisThresholdHigh value, then HysteresisThresholdHigh will be increased to this new value automatically.
Default Value: 10