how to take image as a user input from folder?
Afficher commentaires plus anciens
hi, i want to take an image from user as an input and selected/input image is saved to another new folder.. how can i do this?
Réponse acceptée
Plus de réponses (2)
waseem almuhtaseb
le 14 Fév 2019
[path,~]=imgetfile();
Im=imread(path);
Im=im2double(Im);
Alex Taylor
le 3 Fév 2014
0 votes
Depending on your exact use case, I'd also recommend looking at the imsave and imputfile functions exposed by the Image Processing Toolbox.
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!