mri images doesn't have any format but opening in dicom browser..

조회 수: 1 (최근 30일)
Ramani r
Ramani r 2020년 9월 5일
댓글: Julianna Mather 2020년 9월 28일
i have downloaded some mri ct images..its dicom images i think so..but it doesnot have any format in the folder..its showing like file..
when opening in dicom browser each file having series set of images..some having 256*256, and 512*512 ...i dnt know how to find its 2d or 3d or 4d...but any dimention image, how to read that image in editor window..how to process it, how to convert those images into normal editor window?
in dicom browser its having option to save in workspace , after saving its showing like 4D uint16...
  댓글 수: 1
Julianna Mather
Julianna Mather 2020년 9월 28일
Consider using the dicomCollection function (available since R2017b) to gather information about the files in your directory. This includes image size and number of slices in each volume.
Also use the dicomreadVolume function to load one entire volume.
If the data is a volume, it will be loaded as 4-D, where the dimensions are [rows, columns, color channels, slices].

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

답변 (0개)

카테고리

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