Dicom image stacking problem

i stacked 381 dicom images but they satcked in MxN format and when i try to show , error occurs and tells it should be in MxNx3 format. Is my stacked images format is wrong then what is the correct way to do it and if correct can i proceed with MxN format?

Antworten (1)

Selva Karna
Selva Karna am 8 Jan. 2020

0 Stimmen

Deepa, Use following command to view your dicom slides:
DCM=M X N X1000
volshow(DCM)

1 Kommentar

Use something like
DCM = cat(3, CellArrayOfImages{:});
to do the stacking.

Melden Sie sich an, um zu kommentieren.

Kategorien

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

Gefragt:

am 13 Dez. 2019

Kommentiert:

am 8 Jan. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by