The LineMaxEdgeDetectionParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| ContrastThreshold | Get Gets the minimum contrast constraint. Edge points are not created for gradients with a contrast below this value. | |
| GradientKernelSizeInPixels | Get Gets size of the 2D kernel used to convert image pixels into image gradients. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| NormalizedContrastThreshold | Get Gets the minimum normalized contrast constraint. Edge points are not created for gradients with a normalized contrast below this value. | |
| ProjectionLengthInPixels | Get Gets the length of the 1D kernel used during gradient field projection. This length is along the expected line tangent direction. |
See Also