removing flim artifacts from image
古いコメントを表示
I have an MRI image in which it contains artifacts and white labels,kindly tell how to remove these labels and artifacts,I have uploaded the image
3 件のコメント
Walter Roberson
2013 年 12 月 25 日
I removed the image link pending clarification on this issue.
kash
2013 年 12 月 25 日
採用された回答
その他の回答 (1 件)
Matt J
2013 年 12 月 24 日
I think you could just use H=imfreehand(...) to draw an ROI around the anatomy that you want to keep.
Then you can do
mriImage=mriImage.*(~H.createMask);
to get rid of it.
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!