First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Apr 24 '13

zerog80 gravatar image

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.

click to hide/show revision 2
No.2 Revision

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.