removing flim artifacts from image
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 25 Déc 2013
I removed the image link pending clarification on this issue.
kash
le 25 Déc 2013
Réponse acceptée
Plus de réponses (1)
Matt J
le 24 Déc 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.
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!