Convert DICOM video (4D) to 3D matrix
Show older comments
I have a DICOM ultrasound video, when I save it as a .mat file I find that it is a unit8 file with a 4D matrix. I thought the output would be a 3D matrix
When I save an individual frame and save as a .mat file I get a 2D matrix (Depth and Lateral). Which is to be expected. I am assuming the 4th dimension is an extra colour dimension that isn't needed (these are greyscale images).
What I want is to get the video and save it as a 3D matrix. Depth, Lateral and Frame number. Any help would be greatly appreciated.
Accepted Answer
More Answers (0)
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!