Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The usual one is the Gaussian Blur, because a low-pass filter can reduce the detection of false circles. However, take into account that the Hough Circles function incorporates a Canny edge detector that is applied before the actual detection, so maybe you have to better tweak its threshold parameters.

The full example can be found link text.

The usual one is the Gaussian Blur, because a low-pass filter can reduce the detection of false circles. However, take into account that the Hough Circles function incorporates a Canny edge detector that is applied before the actual detection, so maybe you have to better tweak its threshold parameters.

The full example can be found link texthere.