No BSD License  

Highlights from
DICOM Example Files

4.3125

4.3 | 16 ratings Rate this file 275 Downloads (last 30 days) File Size: 1.18 MB File ID: #2762
image thumbnail

DICOM Example Files

by Jeff Mather

 

20 Nov 2002 (Updated 25 Apr 2003)

Example DICOM files containing MR images of the brain.

| 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

Acknowledgements
This submission has inspired the following:
DICOM Viewer
Required Products Image Processing Toolbox
MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (21)
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

02 Sep 2010 Gourav Kumar Soni

nice details

07 May 2011 feng zhang

but how to download? thanks

28 Jun 2011 feng yang

test my dcm viewer

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.

08 Nov 2010

BSD License

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
brain Jeff Mather 22 Oct 2008 06:54:11
examples Jeff Mather 22 Oct 2008 06:54:11
dicom_imageszip 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
dicomread salman shahid 01 Apr 2010 08:25:28
medical images Gourav Kumar Soni 02 Sep 2010 02:22:27
brain feng zhang 07 May 2011 04:02:08
examples xavier arockiaraj 17 Jun 2011 01:05:09
dicom Richard Richardson 03 Oct 2011 15:49:04
dicom_imageszip suprava patnaik 04 Oct 2011 15:46:47

Contact us at files@mathworks.com