Dicom image stacking problem

조회 수: 2 (최근 30일)
Deepa S
Deepa S 2019년 12월 13일
댓글: Walter Roberson 2020년 1월 8일
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?

답변 (1개)

Selva Karna
Selva Karna 2020년 1월 8일
Deepa, Use following command to view your dicom slides:
DCM=M X N X1000
volshow(DCM)
  댓글 수: 1
Walter Roberson
Walter Roberson 2020년 1월 8일
Use something like
DCM = cat(3, CellArrayOfImages{:});
to do the stacking.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by