why did not accept the JPEG image in matlab ?
1 次查看(过去 30 天)
显示 更早的评论
sir i have doubt in why did not accept the JPEG image in matlab during read the images.
2 个评论
Image Analyst
2013-9-24
And attach the image so we can try to open it also. Use the paper clip icon.
采纳的回答
Azzi Abdelmalek
2013-9-24
%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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!