Click or drag to resize
Accord.NET (logo)

HoughLineTransformationLocalPeakRadius Property

Radius for searching local peak value.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int LocalPeakRadius { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The value determines radius around a map's value, which is analyzed to determine if the map's value is a local maximum in specified area.

Default value is set to 4. Minimum value is 1. Maximum value is 10.

See Also