Hi can any one help me to show how to use window +level setting in matlab?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposta accettata
Rik
il 17 Mar 2018
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!