|
HoughCircleTransformationGetCirclesByRelativeIntensity Method
|
Get circles with relative intensity higher then specified value.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public HoughCircle[] GetCirclesByRelativeIntensity(
double minRelativeIntensity
)
Public Function GetCirclesByRelativeIntensity (
minRelativeIntensity As Double
) As HoughCircle()
Request Example
View SourceParameters
- minRelativeIntensity
- Type: SystemDouble
Minimum relative intesity of circles.
Return Value
Type:
HoughCircleReturns arrary of most intesive circles. If there are no circles detected,
the returned array has zero length.
See Also