Click or drag to resize
Accord.NET (logo)

HoughLineTransformationMinLineIntensity Property

Minimum line's intensity in Hough map to recognize a line.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public short MinLineIntensity { get; set; }
Request Example View Source

Property Value

Type: Int16
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.

See Also