Help in matlab image processing ?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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: 591
  • hurra.jpg
    hurra.jpg
    24.2 KB · Views: 600
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.