how to view 4D-single Image
34 views (last 30 days)
Show older comments
Dear All,
I have 4D-Single types of images.
How to view it?
my images can get as link below
4 Comments
Walter Roberson
on 7 Jul 2022
A common work-around for these issues is to represent one of the dimensions as time -- that is, to create an animation.
Answers (1)
Constantino Carlos Reyes-Aldasoro
on 7 Jul 2022
Edited: Walter Roberson
on 7 Jul 2022
Hello
It depends very much what you want and where you data comes from. A 4D data set may be a 3D + time data set and thus you could display partially your data by selecting just some 2Ds, for example
imagesc(yourdata(:,:,1,1))
and change the dimensions to see other slices. Now, that is limited and will not allow you to analyse volumes or other interesting things. I have written a book about Matlab for image processing and in the last chapter there is a section about 3D graphics. Have a look:
PS you may need access from your institution to view the chapters.
0 Comments
See Also
Categories
Find more on Lighting, Transparency, and Shading 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!