How to identify whether or not a solid circle exists in an image using python? -


i'm writing code in python looks solid circles in image , outputs number of circles, diameter(s) , x & y coordinates of centers of each circle.

the challenge these circles may not of uniform shape , may not complete circles.

what easiest way this? i'm new image processing in python.

check out opencv python! loads of great tools doing you're looking for!

you can install of packages through package installer or through pip. need numpy remember, , few libraries specific image codecs.

http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html

the docs page has great tutorials follow , adapt whatever specifics you're trying accomplish.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -