Effacer les filtres
Effacer les filtres

How can I remove the background of a particular image?

4 vues (au cours des 30 derniers jours)
char S
char S le 20 Juin 2014
Commenté : char S le 23 Juin 2014
I want to remove the background of the corresponding MRI image. Please suggest the coding steps.

Réponses (1)

Image Analyst
Image Analyst le 20 Juin 2014
Find the background and save it into a binary image called mask. Then define what "remove" means, keeping in mind that an image has to be rectangular - you can't have oval images. If you just want to set the background to some particular value, like 0, then:
grayImage(mask) = theValueYouWant;

Catégories

En savoir plus sur MRI dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by