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!