필터 지우기
필터 지우기

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 CenterFile Exchange에서 MRI에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by