How 'imread' function works in Matlab?
이전 댓글 표시
Hi,
I am using 'imread' function in Matlab to read images produced by X-Ray CT. Those images are in the greyscale.
When I use the 'imread' function, Matlab returns an array with the same size of the image but with numbers inside the cells (matrix is attached). The number represent a single pixel in that image while the minimum number is 3107 and the maximum is 40899.
I want to know how those numbers are calculated?
Thanks..

채택된 답변
추가 답변 (1개)
Adam
2017년 2월 21일
1 개 추천
They aren't 'calculated', they are read in from the file as the name 'imread' and the help suggest.
댓글 수: 2
Mohammed Sadeq
2017년 2월 22일
Adam
2017년 2월 22일
imread literally reads what is stored in the file. How those numbers were calculated comes from whatever process was used to create the image and save it originally.
카테고리
도움말 센터 및 File Exchange에서 DICOM Format에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!