Remove noise in MRI image.
7 ビュー (過去 30 日間)
古いコメントを表示
Original Image:

I would like to remove noise shown marked in red circles.

Thanks in advance for any help!
0 件のコメント
採用された回答
Image Analyst
2015 年 2 月 10 日
I would not call those features noise. And a quick scan of the code looks like you're just setting the blobs to zero. Is that what you mean by "remove"? And your fmax usage seems very weird.
3 件のコメント
Image Analyst
2015 年 2 月 10 日
See attached m-file.

You can increase thet threshold or run imdilate() on the binary image if you want to enlarge the blobs.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!