Enumeration of ICogSobelEdge post-processing modes.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 83.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Sobel only, no post-processing. | |
| PeakDetect | 1 | Sobel followed by whole-pixel peak detection. | |
| HysteresisThreshold | 2 | Sobel followed by hysteresis thresholding. |
Remarks
Enumeration of ICogSobelEdge post-processing modes.
See Also