|
HoughCircleTransformationGetMostIntensiveCircles Method
|
Get specified amount of circles with highest intensity.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public HoughCircle[] GetMostIntensiveCircles(
int count
)
Public Function GetMostIntensiveCircles (
count As Integer
) As HoughCircle()
Request Example
View SourceParameters
- count
- Type: SystemInt32
Amount of circles to get.
Return Value
Type:
HoughCircleReturns arrary of most intesive circles. If there are no circles detected,
the returned array has zero length.
See Also