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

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.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 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