Dear all, i am currently looking at a techniques which can help in extracting single object from overlapping objects. Can you please suggest any if you know ? Kindly see the example image attached
Maybe a Gaussian blur, then a posterization can help. You obtain areas of equal color. Find rules that allow to tell whether two colors of neighboring areas belong to the same object or not.
use image segmentation method to train a classier and then extract the desired object segmented object... This will do.... https://in.mathworks.com/videos/image-segmentation-app-1504291389509.html
I think your problem is similar to the one here https://uk.mathworks.com/help/images/image-segmentation-using-the-color-thesholder-app.html . There is also this https://uk.mathworks.com/help/images/color-based-segmentation-using-the-l-a-b-color-space.html