Get a score for each detected circle using HoughCircles

asked 2016-02-26 09:47:01 -0600

a.francesconi gravatar image

Say that an image contains several shapes and the HoughCircles finds N circles in it. Is it possible to calculate a "score" for each found circle? I'm asking because sometimes it detects irregualr shapes that are not actually circles, so it's better to filter them.

edit retag flag offensive close merge delete