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
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 Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!