Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MRI 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!

Translated by