Get circles with relative intensity higher then specified value.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public HoughCircle[] GetCirclesByRelativeIntensity(
	double minRelativeIntensity
)

Parameters

minRelativeIntensity
Type: System..::.Double
Minimum relative intesity of circles.

Return Value

Returns arrary of most intesive circles. If there are no circles detected, the returned array has zero length.

See Also