Convert 2d dicom to 3D

Hi, I have 2d ultrasound images. Need to convert them to 3d like CT so my DICOM Viewer recognize them and load them. Any idea please?
Thanks in advance

5 Comments

Ultrasound is often time series rather than plain 2D. Do you have a stack of images in 3D, each of which is a time series, giving you three space dimensions plus time? Or is each of them a separate time in 2D but you want to stack them in 3D as if time were space, to use that viewer?
What exactly do you need to pass to input to the viewer? Does it take a data array, or does it take a single DICOM file name?
No sorry. THe third dimension z is the number of slices e.g 15 slices. So, I want to merge those three parameters to three dimensions, x,y,z and create 3 dimensions images
Just read them in and store them as the third dimension. You were doing that already but you had some message about dimension mismatch. I had asked you about the sizes that were being read in, but you did not seem to respond.
I just responded you. The point is that I changed code and lost the temp function.

Sign in to comment.

Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!