- 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 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2012 年 8 月 19 日
Shouldn't be too hard unless the noise is a problem. I'd do these steps:
Here are some examples to help you:
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!