How to view img stack as multiple 2D images
이전 댓글 표시
I have a set of 2D images from a confocal stack, what I would like to do is create a viewing window in which I could use a slider to manually "play" through the images so that I can place ROI markers in the right locations for further processing. Is there a neat way to visualize the stack of 2D images in so I can manually play thorugh them?
답변 (1개)
Image Analyst
2012년 5월 22일
0 개 추천
In the callback function for you slider, get the slider value (between 1 and N, the number of images in your stack), and construct the proper filename from that slider value, then call imshow().
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!