Minimum circle’s intensity in Hough map to recognize a circle.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public short MinCircleIntensity { get; set; } |
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.