モンタージュ画像の作成 

motage関数を使用してモンタージュ画像を作成したのですがファイルに入っている順番で並べることが出来ませんでした.画像を配置する順番を指定する方法を教えてください
以下にコードを示します.
imgDir=fullfile('A');
imds=imageDatastore(imgDir);
Aはファイルのパスです

1 Comment

Kodai Sato
Kodai Sato on 1 Feb 2020
解決しました
ありがとうございました

Sign in to comment.

 Accepted Answer

Kenta
Kenta on 1 Feb 2020

0 votes

コメントのほう、返信ありがとうございました。
こちらを回答とさせてください。
原因はうえの例に近いものと思われます。その場合、一番簡単なのは、1.jpg=>001.jpgにするのがよろしいかと思います。

More Answers (0)

Categories

Products

Release

R2019b

Tags

Asked:

on 31 Jan 2020

Answered:

on 1 Feb 2020

Community Treasure Hunt

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

Start Hunting!