why did not accept the JPEG image in matlab ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sir i have doubt in why did not accept the JPEG image in matlab during read the images.
2 Kommentare
Image Analyst
am 24 Sep. 2013
And attach the image so we can try to open it also. Use the paper clip icon.
Akzeptierte Antwort
Azzi Abdelmalek
am 24 Sep. 2013
%Example
folder=E:\matlab
filename='imag1.jpg'
f=fullfile(flder,filename)
im=imread(f)
If your code is not working, maybe the image is not in the current folder. Can you post the error message
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!