Create image sequence from a cell array

I have a cell array of 987x1 cells. Each cell is a 2160x2560 uint16 image. I would like to separate these out into an image sequence. I can't figure out how to do this.

댓글 수: 3

Jan
Jan 2017년 7월 18일
What exactly is "an image sequence"? An AVI movie?
Image Analyst
Image Analyst 2017년 7월 18일
It's impressive that you can store all that in your program - that's nearly 11 GB! Anyway, what is "an image sequence" to you? A movie/video? A series of individual image files in a folder? What??? Either way, use a loop and just call imwrite() or writeVideo(). Or else something else if you meant something else.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2017년 7월 18일

댓글:

2017년 7월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by