drop down for imread
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
%I want to add the drop down menu option with imread to read the different images in a folder. How can i do it
0 Commenti
Risposte (1)
Benjamin Thompson
il 24 Gen 2022
I do not see that option available. But if you call uiopen to let the user select an image and pass their selection as the input to imread, it should let you do it.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!