how to take image as a user input from folder?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (2)
waseem almuhtaseb
el 14 de Feb. de 2019
[path,~]=imgetfile();
Im=imread(path);
Im=im2double(Im);
Alex Taylor
el 3 de Feb. de 2014
0 votos
Depending on your exact use case, I'd also recommend looking at the imsave and imputfile functions exposed by the Image Processing Toolbox.
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!