Effacer les filtres
Effacer les filtres

Hi can any one help me to show how to use window +level setting in matlab?

2 vues (au cours des 30 derniers jours)
A-J KHAN
A-J KHAN le 17 Mar 2018
Commenté : A-J KHAN le 18 Mar 2018
I am using cardiac MRI Oedema images, i need to use window + level setting in matlab to show the oedema bright region in myocardial muscles.

Réponse acceptée

Rik
Rik le 17 Mar 2018
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])
  1 commentaire
A-J KHAN
A-J KHAN le 18 Mar 2018
First of all I say thanks for reply. Can it possible to set automatically for all images.
Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

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