removing flim artifacts from image
Show older comments
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 Comments
Walter Roberson
on 25 Dec 2013
I removed the image link pending clarification on this issue.
kash
on 25 Dec 2013
Accepted Answer
More Answers (1)
Matt J
on 24 Dec 2013
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.
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!