convert 3d matrix to dicom image

hello every one... i write a code for image proccessing on dicom images. first i read a dicom image with 'dicomread'. now im looking for a solution to write a 3d matrix on that dicom image so change it. can anyone help me on how can i do this?

6 Kommentare

Image Analyst
Image Analyst am 15 Dez. 2012
I don't know what it means to write a 3D matrix onto an existing image - a 2D image I suppose. Give an example or post a diagram or screenshot.
Amith Kamath
Amith Kamath am 3 Jan. 2013
http://www.mathworks.com/matlabcentral/fileexchange/23237-read-and-write-single-file-dicom-volumes is probably what you need. As far as I know, dicomwrite supports only writing a single 2D image and not a 3D volume, which is quite unfortunate.
Sean de Wolski
Sean de Wolski am 3 Jan. 2013
@Amith, in more recent versions you can use the 'MultiframeSingleFile' option in dicomwrite() to achieve this.
Amith Kamath
Amith Kamath am 4 Jan. 2013
@Sean, I did try that, but it always generates individual 2D images. I must have gone wrong somewhere!
Sean de Wolski
Sean de Wolski am 4 Jan. 2013
You may be right that it saves multiple 2d slices in one dcm image, (I've always used Dirk's tools too!)
Jingyang Xie
Jingyang Xie am 6 Feb. 2021
Hi Pari, have you solved this problem? Thanks!

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Amith Kamath
Amith Kamath am 4 Jan. 2013
Bearbeitet: Amith Kamath am 4 Jan. 2013

0 Stimmen

I suppose for the time being, this happens to be the best available solution: http://www.mathworks.com/matlabcentral/fileexchange/23237-read-and-write-single-file-dicom-volumes , and considering that you're opening it for analysis, I suppose it isn't a great idea to overwrite the existing DICOM with edited data.

Kategorien

Mehr zu DICOM Format finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 15 Dez. 2012

Kommentiert:

am 6 Feb. 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by