Get specified amount of lines with highest intensity.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public HoughLine[] GetMostIntensiveLines(
	int count
)

Parameters

count
Type: System..::.Int32
Amount of lines to get.

Return Value

Returns array of most intesive lines. If there are no lines detected, the returned array has zero length.

See Also