why did not accept the JPEG image in matlab ?

조회 수: 1 (최근 30일)
SURENTHIRAN C
SURENTHIRAN C 2013년 9월 24일
sir i have doubt in why did not accept the JPEG image in matlab during read the images.
  댓글 수: 2
Jan
Jan 2013년 9월 24일
편집: Jan 2013년 9월 24일
I've deleted the duplicate thread with the same question.
Please post the relevant part of the code and explain the occurring problems. Without any details we cannot guess, what the problem is.
Image Analyst
Image Analyst 2013년 9월 24일
And attach the image so we can try to open it also. Use the paper clip icon.

댓글을 달려면 로그인하십시오.

채택된 답변

Azzi Abdelmalek
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개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by