How to write N number of DICOM image[2D] to single DICOM file [3D] ?
조회 수: 1 (최근 30일)
이전 댓글 표시
How to write N number of DICOM image[2D] to single DICOM file [3D] ? can any give a idea's ?
댓글 수: 0
채택된 답변
추가 답변 (1개)
KSSV
2018년 11월 14일
If I1, I2 and I3 are your 2D images.....you can append them to write using:
I = cat(4,I1,I2,I3) ;
참고 항목
카테고리
Help Center 및 File Exchange에서 DICOM Format에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!