CogSobelEdge PostProcessMode Property Cognex VisionPro 9.22
What, if any, post-processing to perform after Sobel.

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

public CogSobelEdgePostProcessModeConstants PostProcessMode { get; set; }

Property Value

Type: CogSobelEdgePostProcessModeConstants
Events

Event TypeReason
CogSobelEdge Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
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 image

PostProcessMode = None, FinalMagnitudeImage is the same as the EdgeMagnitudeImagePostProcessMode = PeakDetect, FinalMagnitudeImage is the result of running whole-pixel peak detection on the EdgeMagnitudeImagePostProcessMode = HysteresisThreshold, FinalMagnitudeImage .. the result of running hysteresis thresholding on the EdgeMagnitudeImage

Default Value: cogSobelEdgePostProcessNone

See Also