CogSobelEdge PropertiesCognex VisionPro 9.7

The CogSobelEdge type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyHysteresisNonSurvivorPelValue
When hysteresis thresholding, a non-surviving pel will be output as this grey level. A pel in the EdgeMagnitudeImage will not survive if it is neither >= HysteresisThresholdHigh, nor >= HysteresisThresholdLow and 8-connected to a surviving pel.
Public propertyHysteresisSurvivorPelValue
When hysteresis thresholding, a surviving pel will be output as this grey level. A pel in the EdgeMagnitudeImage will survive if it is either >= HysteresisThresholdHigh, or >= HysteresisThresholdLow and 8-connected to a surviving pel.
Public propertyHysteresisThresholdHigh
If PostProcessMode is cogSobelEdgePostProcessModeHysteresisThreshold, then hysteresis thresholding will be run on the Sobel magnitude image using this as the magnitude level at or above which edges are never discarded.
Public propertyHysteresisThresholdLow
If PostProcessMode is cogSobelEdgePostProcessModeHysteresisThreshold, then hysteresis thresholding will be run on the Sobel magnitude image using this as the magnitude level below which edges are always discarded.
Public propertyMagnitudeScale
Each magnitude image pixel value is set equal to the Sobel-computed grey value difference at the corresponding location multiplied by this scaling factor.
Public propertyPeakDetectThreshold
If PostProcessMode is cogSobelEdgePostProcessModePeakDetect, then whole-pixel peak detection will be run on the Sobel angle and magnitude images using this as the minimum Sobel magnitude. Edges with magnitude less than this will be discarded.
Public propertyPostProcessMode
What, if any, post-processing to perform after Sobel.
Public propertyRegionMode
How the Region is applied to the InputImage.
Top
See Also