Click or drag to resize
Accord.NET (logo)

HoughLineTransformationGetLinesByRelativeIntensity Method

Get lines with relative intensity higher then specified value.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public HoughLine[] GetLinesByRelativeIntensity(
	double minRelativeIntensity
)
Request Example View Source

Parameters

minRelativeIntensity
Type: SystemDouble
Minimum relative intesity of lines.

Return Value

Type: HoughLine
Returns array of lines. If there are no lines detected, the returned array has zero length.
See Also