How can export files form DICOM Browser?
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,
How can I export the images I got using the DICOM Browser? I want to export them all.

Thank you!
댓글 수: 0
답변 (1개)
Chandra
2022년 4월 8일
Hi,
Select Export Volume >> Export series to workspace
Then the save the file using dicomwrite or select individual image and export to workspace and save using imwrite function
As multiple files can be saved to again in dicom file or save individual files (by selecting export to workspace on right click on the image) from workspace to any format, example jpeg ,bmp … formats
댓글 수: 0
참고 항목
카테고리
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!