displaying single slices in image stack

8 views (last 30 days)
Jubilee Adeoye
Jubilee Adeoye on 26 Jan 2016
Edited: Walter Roberson on 26 Jan 2016
How can i display particular slices of my .tif image stack in Matlab. I have tried the line "imshow(I(:,:,:,300)", since i am assuming it is a 4D stack, but this does not work. I also tried reducing the number of dimensions.

Answers (1)

Walter Roberson
Walter Roberson on 26 Jan 2016
Edited: Walter Roberson on 26 Jan 2016
When you imread() a .tiff file you only get one image.
The proper method of reading the other images depends upon whether you are working with multi-page images or subimages or if you just have multiple IFD entries.

Categories

Find more on Images in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!