|
HoughLineTransformationGetLinesByRelativeIntensity Method
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public HoughLine[] GetLinesByRelativeIntensity(
double minRelativeIntensity
)
Public Function GetLinesByRelativeIntensity (
minRelativeIntensity As Double
) As HoughLine()
Request Example
View SourceParameters
- minRelativeIntensity
- Type: SystemDouble
Minimum relative intesity of lines.
Return Value
Type:
HoughLineReturns array of lines. If there are no lines detected,
the returned array has zero length.
See Also