4.26667

4.3 | 15 ratings Rate this file 290 downloads (last 30 days) File Size: 1.18 MB File ID: #2762

DICOM Example Files

by Jeff Mather

 

20 Nov 2002 (Updated 25 Apr 2003)

No BSD License  

Example DICOM files containing MR images of the brain.

Download Now | Watch this File

File Information
Description

A set of DICOM files containing a full series of transverse MR images of the brain. These images are used in the November 2002 MATLAB Digest article about DICOM: <http://www.mathworks.com/company/newsletters/digest/nov02/dicom.html&gt;.

Acknowledgements
This submission has inspired the following:
DICOM Viewer
Required Products Image Processing Toolbox
MATLAB release MATLAB 6.5 (R13)
Zip File Content  
Other Files
matlab/examples/sample_data/DICOM/digest_article/brain_018.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_002.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_003.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_004.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_005.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_006.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_007.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_008.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_009.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_010.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_011.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_012.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_013.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_014.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_015.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_016.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_017.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_001.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_019.dcm,
matlab/examples/sample_data/DICOM/digest_article/brain_020.dcm
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (18)
25 Nov 2002 traian barbu

cognition

04 Dec 2002 Gustavo Meschino

Images are a good example to work.

26 Dec 2002 Le Tuan Dat

hghg

16 Jan 2003 Nguyen Manh Long  
01 Apr 2003 WAN NURASHIKIN WAN MANSOR  
02 May 2005 Ashwini C

good

09 Feb 2006 Daniel Vasquez  
04 Dec 2006 cheng wenlian  
01 Apr 2007 ahmed mgeg  
28 May 2007 AHMED MGEG

Thank you

26 Jun 2007 Khaled Hesham

Thanks AHMED MGEG

21 Sep 2007 michael henry  
18 Oct 2007 Magesh Murugesan

it is grt collect as a sample to understand abt dicom image's

28 Oct 2007 david kim  
07 May 2008 Jun Takeshita

DICOM is great system, i understood.

18 Sep 2008 vikram kanted  
07 Nov 2008 David

I have tried running the example associated with the above data set:

http://www.mathworks.com/company/newsletters/digest/nov02/dicom.html

and have been unsuccessful at getting it to run. I have tried to ensure that the directory is set properly, but when the figure comes up, it comes up empty which leads me to believe that the dicom files aren't being loaded in at all.

This is the code I try to run:

% Preallocate the 256-by-256-by-1-by-20 image array.
X = repmat(int16(0), [256 256 1 20]);

% Read the series of images.
for p=1:20
   filename = sprintf('brain_%03d.dcm', p);
   X(:,:,1,p) = dicomread(filename);
end

% Display the image stack.
montage(X,[])

16 Apr 2009 ahmad omar

hi,

by using (dicom) please how i can write m.file whish is show for example 10 frames evry one frame in different figure forever runing ? with time 4,5 melisecond

Please login to add a comment or rating.
Updates
25 Apr 2003

This file really belongs under the Medical category and not "Graphics Import/Export". These are files that can be imported, but I'm trying to show some medical applications of the Image Processing Toolbox.

Tag Activity for this File
Tag Applied By Date/Time
medical Jeff Mather 22 Oct 2008 06:54:11
dicom Jeff Mather 22 Oct 2008 06:54:11
dicominfo Jeff Mather 22 Oct 2008 06:54:11
dicomread Jeff Mather 22 Oct 2008 06:54:11
mr Jeff Mather 22 Oct 2008 06:54:11
dicom_imageszip Jeff Mather 22 Oct 2008 06:54:11
examples Jeff Mather 22 Oct 2008 06:54:11
brain Jeff Mather 22 Oct 2008 06:54:11
brain s n 10 Jun 2009 06:02:23
mr s n 10 Jun 2009 06:06:19
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com