Reputation: 21
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
Reputation: 11
Look in the code at the bottom of this page http://sites.google.com/site/dicomil/dicomandmatlab
Upvotes: 1
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