필터 지우기
필터 지우기

How to I imread and imshow a stack of tiff images?

조회 수: 21 (최근 30일)
EngStudent
EngStudent 2013년 4월 1일
댓글: Walter Roberson 2018년 7월 6일
I have created a stack of images and I want to view them using the imshow function but I always get the error message saying that matlab can only display one frame from this multiframe file. How do I view all the frames in a multiframe file?
  댓글 수: 3
Merrilee Thomas
Merrilee Thomas 2018년 7월 6일
@walterRoberson - how can you view the tiff stack in a time sequence? In image J there is a thing called plot Z stack image profile. Is there a way to do that same thing in matlab? I want to be able to take a mask and then take all the highlighted areas of interest and turn them into x and y data that the x data is time and Y would be a change in fluorescence data points. Please HELP! Thanks M
Walter Roberson
Walter Roberson 2018년 7월 6일
To display images in time sequence, I like to recommend the File Exchange contribution videofig()
I am not familiar with "plot Z stack image profile".
If you had images you wanted to display at different Z values, then one way is to use warp() in the form warp(Z, RGB)
Do you have sample inputs and outputs for us to look at for what you are trying to do?

댓글을 달려면 로그인하십시오.

채택된 답변

Anand
Anand 2013년 4월 1일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by