モンタージュ画像の作成
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Kodai Sato
el 31 de En. de 2020
Respondida: Kenta
el 1 de Feb. de 2020
motage関数を使用してモンタージュ画像を作成したのですがファイルに入っている順番で並べることが出来ませんでした.画像を配置する順番を指定する方法を教えてください
以下にコードを示します.
imgDir=fullfile('A');
imds=imageDatastore(imgDir);
Aはファイルのパスです
Respuesta aceptada
Kenta
el 1 de Feb. de 2020
コメントのほう、返信ありがとうございました。
こちらを回答とさせてください。
原因はうえの例に近いものと思われます。その場合、一番簡単なのは、1.jpg=>001.jpgにするのがよろしいかと思います。
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!