TO convert *.mat file into *.dcm files
Show older comments
Hi all I am working with multidimensional array of CT images in mat format. Now I need to save them as *.dicom files. By using dicomwrite, the intensity (pixel) values fall within smallest value=0 to max= 65535(default). Thus all my finer details of my image is lost (image is almost blank & most of the part is white). I want to retain the same details after conversion to dcm files. Could anyone please help me with this.
Thanks
4 Comments
Walter Roberson
on 3 Dec 2012
What range of values are your actual data? And what dataclass are they?
Kavitha Srinivasan
on 3 Dec 2012
Walter Roberson
on 4 Dec 2012
How do you normally display the image? Are you using imagesc() With some particular colormap ?
Kavitha Srinivasan
on 4 Dec 2012
Accepted Answer
More Answers (0)
Categories
Find more on Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!