How to change pixel values of background to zero
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have an gray image as uint16. the background of the image (air region)has got some pixel values. I want to make them all zero. Any idea how do do it? Your help is much appreciated. Thanks
0 commentaires
Réponse acceptée
Matt J
le 18 Juin 2013
How about
image(image<airthreshold)=0;
2 commentaires
Matt J
le 18 Juin 2013
Modifié(e) : Matt J
le 18 Juin 2013
That depends on noise and what's going on in the rest of the image. In one of your tags, you seem to say that this is a CT image. In my experience, anything below 500 HU can usually be classified as air, but extreme noise-levels could change that.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrix Indexing 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!