|
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; }
Public Property MinCircleIntensity As Short
Get
Set
Request Example
View SourceProperty Value
Type:
Int16Remarks 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