How to detect the same object with different shapes in an image?
Hi guys. I would like to know what functions / techniques you would indicate to me to identify all the points identified in the image below. I'm a beginner in python and opencv, but I really need to develop a method to accomplish what I need. Thank you very much for any collaboration.
I suggest you study python and some of the computer vision basics first. The image you post are quite difficult to segment out the circle by image processing tech because the color are too similar to the other object. If you have the info of depth, probably it would be easier to find out the circles, because the circles you want to detect have different depth compare with the other objects.
@viniast95 please insert images in your post as in the answer