How to separate objects wich have the same color
Hi , for an internship I need to detect some pigs. I can separate them to the background but not separate one to another when they are too close. I'm starting to learn image processing so maybe I'm doing bad. Do you have any advices for me ?
The first picture.http:// (image description) Without background http:// (image description) Outline with canny detector http:// (image description)
For segmentation, this will always be an issue. That is why people invented object detection algorithms. Have a look at those.
hi there. i have faced the same issue. i have an object with different shapes and i want to separate them. have you found a solution? any idea ?