How to store color image after reading in a single matrix? How to copy the matrix in a .txt file?
이전 댓글 표시
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
2015년 4월 29일
im1=imread('image.tiff');
dlmwrite(image.txt,im1);
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!