displaying single slices in image stack

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.

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 1 月 26 日
編集済み: Walter Roberson 2016 年 1 月 26 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

質問済み:

2016 年 1 月 26 日

編集済み:

2016 年 1 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by