Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

count
Type: SystemInt32
Amount of circles to get.

Return Value

Type: HoughCircle
Returns arrary of most intesive circles. If there are no circles detected, the returned array has zero length.
See Also