필터 지우기
필터 지우기

Why there is error in reading a tiff image?

조회 수: 2 (최근 30일)
Neetha Francis
Neetha Francis 2021년 5월 19일
답변: Jan 2021년 5월 19일
I tried to read a tiff image. But showing an error. My code works for other image formats. What may be the reason?
  댓글 수: 1
KSSV
KSSV 2021년 5월 19일
What error it shows? You should specify the error as well.

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

답변 (1개)

Jan
Jan 2021년 5월 19일
Possible reasons:
  • You do not provide a CHAR or string as file name
  • The specified file does not exist in the current folder
  • You have provided the wrong path
  • The path is on a network drive, which is not connected
  • Matlab was started with user privilegs, which do not have read permissions for the file or folder
  • The file is not a TIFF file
  • The format of the file is damaged
  • The hard disk is damaged
  • The function to import the file is damaged
  • The imported image needs more RAM than is available
To distinguish the reasons, the error message tells some details. So read the message. Posting the message in the forum would be useful also.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by