Minimum line’s intensity in Hough map to recognize a line.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public short MinLineIntensity { get; set; } |
Remarks
The value sets minimum intensity level for a line. If a value in Hough map has lower intensity, then it is not treated as a line.
Default value is set to 10.