LineMaxEdgeDetectionParams PropertiesCognex VisionPro 9.22 SR1

The LineMaxEdgeDetectionParams type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyContrastThreshold
Get

Gets the minimum contrast constraint. Edge points are not created for gradients with a contrast below this value.

Public propertyGradientKernelSizeInPixels
Get

Gets size of the 2D kernel used to convert image pixels into image gradients.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyNormalizedContrastThreshold
Get

Gets the minimum normalized contrast constraint. Edge points are not created for gradients with a normalized contrast below this value.

Public propertyProjectionLengthInPixels
Get

Gets the length of the 1D kernel used during gradient field projection. This length is along the expected line tangent direction.

Top
See Also