|
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
)
Public Function GetMostIntensiveLines (
count As Integer
) As HoughLine()
Request Example
View SourceParameters
- count
- Type: SystemInt32
Amount of lines to get.
Return Value
Type:
HoughLineReturns array of most intesive lines. If there are no lines detected,
the returned array has zero length.
See Also