How to store color image after reading in a single matrix? How to copy the matrix in a .txt file?

1 次查看(过去 30 天)
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?

回答(1 个)

Thomas Koelen
Thomas Koelen 2015-4-29
im1=imread('image.tiff');
dlmwrite(image.txt,im1);

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by