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!