Click or drag to resize
Accord.NET (logo)

HoughLineRelativeIntensity Field

Line's relative intensity, (0, 1].

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public readonly double RelativeIntensity
Request Example View Source

Field Value

Type: Double
Remarks

Line's relative intensity is relation of line's Intensity value to maximum found intensity. For the longest line (line with highest intesity) the relative intensity is set to 1. If line's relative is set 0.5, for example, this means its intensity is half of maximum found intensity.

See Also