Algorithm that asks the user to insert 20 different images
古いコメントを表示
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 件のコメント
DGM
2021 年 9 月 26 日
If you need to interactively select files, don't do it by making the user blindly type in 20 different filenames using input(). Use uigetfile() and set the multiselect mode accordingly. ... I'm assuming you meant image files and not variable names or something.
Stephen23
2021 年 9 月 26 日
Tarek Hajj Shehadi
2021 年 9 月 26 日
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.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!