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

2 次查看(过去 30 天)
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.

采纳的回答

Rik
Rik 2018-3-17
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MRI 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by