Click or drag to resize
Accord.NET (logo)

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

Parameters

minRelativeIntensity
Type: SystemDouble
Minimum relative intesity of circles.

Return Value

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