フィルターのクリア

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

2 ビュー (過去 30 日間)
A-J KHAN
A-J KHAN 2018 年 3 月 17 日
コメント済み: A-J KHAN 2018 年 3 月 18 日
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])
  1 件のコメント
A-J KHAN
A-J KHAN 2018 年 3 月 18 日
First of all I say thanks for reply. Can it possible to set automatically for all images.
Thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMRI についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by