フィルターのクリア

How to use montage?

1 回表示 (過去 30 日間)
gauri joshi
gauri joshi 2015 年 4 月 13 日
回答済み: Image Analyst 2015 年 4 月 13 日
I want to display all the frames of the video on the single frame. Is it possible? And can use montage to do so? If not suggest me anything to do so.

回答 (1 件)

Image Analyst
Image Analyst 2015 年 4 月 13 日
Yes, it's possible if you have enough memory. You need to convert your video frames into a 4D image stack of 3D RGB images. See the directions in montage(). You won't be able to do very many. I suggest you figure out how big your screen is, then figure out how many frames you're going to have, then subsample the images before you stack them into the 4D array so your output image is not so huge and you don't run out of memory.

カテゴリ

Help Center および File ExchangeDisplay Image についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by