read a radiology image series ( DICOM ) on MATLAB platform

조회 수: 5 (최근 30일)
REHANA M.B
REHANA M.B 2012년 1월 2일
hello sir, can you please send me the code to display DICOM images on MATLAB platform, and please tell me is there any tool for MATLAB for IMAGE PROCESSING ???? please its urgent help me.

채택된 답변

David Young
David Young 2012년 1월 2일
MATLAB has an Image Processing Toolbox which has many tools for image processing, including the function dicomread. To display an image stored in DICOM format, the following will normally be sufficient:
img = dicomread('filename');
imshow(img);
  댓글 수: 2
REHANA M.B
REHANA M.B 2012년 1월 2일
I AM UNABLE TO GET THIS IMAGE PROCESSING TOOLBOX FOR MATLAB.. YOU PLEASE TELL ME..??
Walter Roberson
Walter Roberson 2012년 1월 2일
The Image Processing Toolbox is an optional (extra cost) toolbox that must be purchased for the Academic or Professional versions.
It is, however, included as part of the MATLAB Student Version.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by