- Reduce noise - there are a variety of methods.
- Threshold at a high level to find bright things.
- Use bwareaopen to get rid of small objects.
- Call bwlabel and regionprops and use perimeter^2/(4*pi*area) to find round objects.
- Use ismember() to keep the round objects only. Now you have just the white circle part.
- Threshold at a medium level to get medium bright things.
- Use watershed if necessary to split apart touching blobs.
- Use imreconstruct to get only the gray part that contains the white circle.
Multiple thresholding to segment aorta
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to segment the white circle part and the grey part around it. I've tried smoothing it and using boundary tracing but I'm getting terrible results.
Any help would be greatly appreciated
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 19 Aug. 2012
Shouldn't be too hard unless the noise is a problem. I'd do these steps:
Here are some examples to help you:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!