removing flim artifacts from image
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 25 Dic 2013
I removed the image link pending clarification on this issue.
kash
il 25 Dic 2013
Risposta accettata
Più risposte (1)
Matt J
il 24 Dic 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.
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!