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

1 view (last 30 days)
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 Comment
Julianna Mather
Julianna Mather on 28 Sep 2020
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].

Sign in to comment.

Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!