Algorithm that asks the user to insert 20 different images
1 回表示 (過去 30 日間)
古いコメントを表示
I am working on a long program and in this algorithm I want to ask the user on the command window to input 20 different images. How could this be achieved? I hope for some help and thank you very much :)
4 件のコメント
Rik
2021 年 9 月 26 日
That function will return a list of file names. You need to load them. If you're working with normal images imread will do.
採用された回答
yanqi liu
2021 年 9 月 28 日
on the command window to input 20 different images
sir,may be use cell to include the 20 image matrix
1 件のコメント
Rik
2021 年 9 月 28 日
How exactly does this answer the question? It is unclear to me what advice you are giving. It sounds to me like you are actually asking a question.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!