What, if any, post-processing to perform after Sobel.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogSobelEdgePostProcessModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogSobelEdge Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The mode was not in CogSobelEdgePostProcessModeConstants. |
Remarks
The post-processing operation to perform, if any.
Effect of post-processing operations on the final magnitude imagePostProcessModeFinalMagnitudeImage is...None... the same as the EdgeMagnitudeImagePeakDetect... the result of running whole-pixel peak detection on the EdgeMagnitudeImageHysteresisThreshold... the result of running hysteresis thresholding on the EdgeMagnitudeImage
Default Value: cogSobelEdgePostProcessNone
See Also