フィルターのクリア

How to place image one after the other?

3 ビュー (過去 30 日間)
Explorer
Explorer 2014 年 2 月 5 日
回答済み: Jeff E 2014 年 2 月 5 日
Hello! I have 24 images and I would like place them one after the other as shown below. How can I do so using MATLAB?
I have tried to do so by paint brush of windows 8 but its not working without resizing images.

回答 (1 件)

Jeff E
Jeff E 2014 年 2 月 5 日
I would try the montage function. The only tricky part there is that you have to pass it an array of filenames, or single array of images.
You can specify the "Size", in terms of number of rows and columns, but you cannot include a border. For that you would have to pad each individual image with whitespace before calling the montage function.

カテゴリ

Help Center および File ExchangeGet Started with Image Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by