Error while reading and displaying an image in R2020a

3 visualizaciones (últimos 30 días)
KISHORE KUMAR M
KISHORE KUMAR M el 7 de Jun. de 2020
Respondida: Star Strider el 7 de Jun. de 2020
Error using imread>get_full_filename (line 567)
File "rice.tif" does not exist
can say the solution for this
Note - i have installed image processing toolbox also

Respuestas (1)

Star Strider
Star Strider el 7 de Jun. de 2020
The extension is wrong.
Try this:
I = imread('rice.png');
figure
imshow(I)
That worked for me (R2020a).

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by