Click or drag to resize
Accord.NET (logo)

HoughLineTransformationGetMostIntensiveLines Method

Get specified amount of lines with highest intensity.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public HoughLine[] GetMostIntensiveLines(
	int count
)
Request Example View Source

Parameters

count
Type: SystemInt32
Amount of lines to get.

Return Value

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