Click or drag to resize
Accord.NET (logo)

HoughLineIntensity Field

Line's absolute intensity, (0, +∞).

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

Field Value

Type: Int16
Remarks

Line's absolute intensity is a measure, which equals to number of pixels detected on the line. This value is bigger for longer lines.

Note Note
The value may not be 100% reliable to measure exact number of pixels on the line. Although these value correlate a lot (which means they are very close in most cases), the intensity value may slightly vary.

See Also