モンタージュ画像の作成
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
motage関数を使用してモンタージュ画像を作成したのですがファイルに入っている順番で並べることが出来ませんでした.画像を配置する順番を指定する方法を教えてください
以下にコードを示します.
imgDir=fullfile('A');
imds=imageDatastore(imgDir);
Aはファイルのパスです
Akzeptierte Antwort
Kenta
am 1 Feb. 2020
コメントのほう、返信ありがとうございました。
こちらを回答とさせてください。
原因はうえの例に近いものと思われます。その場合、一番簡単なのは、1.jpg=>001.jpgにするのがよろしいかと思います。
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!