필터 지우기
필터 지우기

I want to preview BRATs medical image using MATLAB

조회 수: 2 (최근 30일)
Beatrice Ayedun
Beatrice Ayedun 2016년 11월 10일
댓글: Subrahmanyam Gampala 2018년 3월 10일
I used the code "Read 3D data " in Matlab to read in my medical image but i cant view the image yet i guess it has to do with rescaling. this is the message in the command window. RescaleSlope not available, assuming 1 RescaleIntercept not available, assuming 0
I want to preview BRATs medical image using MATLAB

채택된 답변

Walter Roberson
Walter Roberson 2016년 11월 10일
You do not need rescale slope or intercept to display images. You only those if you are doing analysis that depend on absolute units, like if your code needs filter based on 17 to 31 Hounsfeld units.
https://blog.kitware.com/dicom-rescale-intercept-rescale-slope-and-itk/
No, what you need is imagesc(), possibly with a range values to pick out in the second parameter.
  댓글 수: 2
Beatrice Ayedun
Beatrice Ayedun 2016년 11월 10일
Thanks, it worked
Subrahmanyam Gampala
Subrahmanyam Gampala 2018년 3월 10일
Can i get the corrected code? i am also working with the same code but not able to clear the errors. my mail ID:subbugampala@gmail.com

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by