- 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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Image Analyst
le 19 Août 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 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!