Hi can any one help me to show how to use window +level setting in matlab?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Rik
am 17 Mär. 2018
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!