how to take image as a user input from folder?
Show older comments
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?
Accepted Answer
More Answers (2)
waseem almuhtaseb
on 14 Feb 2019
[path,~]=imgetfile();
Im=imread(path);
Im=im2double(Im);
Alex Taylor
on 3 Feb 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.
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!