How to store color image after reading in a single matrix? How to copy the matrix in a .txt file?
Mostrar comentarios más antiguos
If I have a color image and I want to read it in a single matrix. that matrix should have pixels as contents.
How to store the matrix in a text file?
Respuestas (1)
Thomas Koelen
el 29 de Abr. de 2015
im1=imread('image.tiff');
dlmwrite(image.txt,im1);
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!