When reading an image, why is the map value blank?
Mostrar comentarios más antiguos
Hi,
I am currently doing a project relating to image compression. And I'm trying to figure out a slight error, my code reads like this to read the image
[uploadedImage, map] = imread('Test.png');
But when i look at the variable uploadedImage it shows a 3-dimensional array. Which is fine, however the map variable has a value of [ ]. Can anyone tell me why this is happening?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!