MATLAB Help in matlab image processing ?

AI Thread Summary
The discussion centers on an issue with opening a TIFF image file named "manish.tiff" in MATLAB using the command rgb = imread('manish.tiff'). The user encounters an error indicating that the file does not exist, despite being able to successfully open another TIFF file, "hurra.tiff," with the same command. A suggestion is made to use the full path name in the code to resolve the issue, emphasizing that the error message indicates a file existence problem rather than a format issue. The user has also attempted to share the images in JPEG format due to upload restrictions.
munna007
Messages
34
Reaction score
0
Help in MATLAB image processing ?

hello friends...i save my picture named "manish.tiff" in MATLAB directory...then opening this with command named rgb =imread('manish.tiff') in command window...but it shows error...
below is the error i m getting.

(? Error using ==> imread
File "manish.tiff" does not exist. )


ut when i open this picture " hurra.tiff " with same command it opens succesfully...

i have tried a lot...but couldn't solve...
please help ...i have attached both the pictures in jpeg format...because tiff was not uploading here...

thanks...
 

Attachments

  • manish.jpg
    manish.jpg
    19.7 KB · Views: 546
  • hurra.jpg
    hurra.jpg
    24.2 KB · Views: 562
Physics news on Phys.org
It says the file doesn't exist, not that it is the wrong format. I would use the entire path name in the code.
 

Similar threads

Replies
3
Views
1K
Replies
4
Views
3K
Replies
3
Views
2K
Replies
4
Views
2K
Replies
15
Views
2K
Replies
2
Views
1K
Replies
2
Views
3K
Back
Top