CogSobelEdgePostProcessModeConstants EnumerationCognex VisionPro 9.23
Enumeration of ICogSobelEdge post-processing modes.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

public enum CogSobelEdgePostProcessModeConstants
Members

  Member nameValueDescription
None0Sobel only, no post-processing.
PeakDetect1Sobel followed by whole-pixel peak detection.
HysteresisThreshold2Sobel followed by hysteresis thresholding.
Remarks

Enumeration of ICogSobelEdge post-processing modes.

See Also