モンタージュ画像の作成
1 view (last 30 days)
Show older comments
motage関数を使用してモンタージュ画像を作成したのですがファイルに入っている順番で並べることが出来ませんでした.画像を配置する順番を指定する方法を教えてください
以下にコードを示します.
imgDir=fullfile('A');
imds=imageDatastore(imgDir);
Aはファイルのパスです
Accepted Answer
Kenta
on 1 Feb 2020
コメントのほう、返信ありがとうございました。
こちらを回答とさせてください。
原因はうえの例に近いものと思われます。その場合、一番簡単なのは、1.jpg=>001.jpgにするのがよろしいかと思います。
0 Comments
More Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!