Hi can any one help me to show how to use window +level setting in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
採用された回答
Rik
2018 年 3 月 17 日
You can use the caxis function:
window=40;level=20;
caxis([level-window/2 level+window/2])
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!