Click or drag to resize
Accord.NET (logo)

HoughCircleTransformationMinCircleIntensity Property

Minimum circle's intensity in Hough map to recognize a circle.

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

Property Value

Type: Int16
Remarks

The value sets minimum intensity level for a circle. If a value in Hough map has lower intensity, then it is not treated as a circle.

Default value is set to 10.

See Also