user621726
user621726

Reputation: 21

How can I read and write DICOM images in MATLAB version 7.0?

I am currently using MATLAB version 7.0. I need to read a DICOM image and write it back out. What functions are available to help me do this?

Upvotes: 2

Views: 3571

Answers (2)

Roni
Roni

Reputation: 11

Look in the code at the bottom of this page http://sites.google.com/site/dicomil/dicomandmatlab

Upvotes: 1

Ghaul
Ghaul

Reputation: 3330

You can use the dicomread/dicomwrite functions from the Image Processing Toolbox, but I'll recommend using one of the many functions found in the file exchange. Personally, I use this.

Upvotes: 2

Related Questions