Separating connected arbitrary Objects
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi everyone, I am very new in image processing and working on segmentation.
I am using Sobel for segmenting the image as described here:
However, if I use the threshold calculated by Matlab, sometimes weak edges can't be seen, and there is connected objects as a result:
There should be different objects (blue ones detected as parts of 1, green ones detected as parts of 2). If I increase the threshold (which I don't want as in reality, I can't change the threshold manually), blue ones are separated but I lose some small objects.
Can anyone help me stick with the default threshold but still can separate the other objects. I tried with "watershed" but it overseparated my objects, for example object 1 (very thin and wide one) will be separated into many smaller objects.
Thank you.
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!