image - Find the most common circle from an array of circles python opencv -


i using opencv image detecting. now, i'm detecting circles in image. it's doing pretty good, i've set detect multiple circles 1 real circle, remove false positives.

here sample: sample

in image, have 6-8 circles totally. want circles, 2 circles, common ones.

i using opencv circles images. have list of points (x,y) , don't know how make take common one.

any suggestions appreciated.

i think clustering k-means solution problem described here. depending on number of false positives can experiment parameters, don't have experience typical part of opencv can't make suggestions.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -