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:
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
Post a Comment