how to take image as a user input from folder?
古いコメントを表示
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?
採用された回答
その他の回答 (2 件)
waseem almuhtaseb
2019 年 2 月 14 日
[path,~]=imgetfile();
Im=imread(path);
Im=im2double(Im);
Alex Taylor
2014 年 2 月 3 日
0 投票
Depending on your exact use case, I'd also recommend looking at the imsave and imputfile functions exposed by the Image Processing Toolbox.
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!