how to generate image pixel value in notepad
이전 댓글 표시
답변 (2개)
G PRAKASH
2013년 12월 13일
0 개 추천
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
2013년 12월 13일
0 개 추천
You can use fprintf() to print any array to a text file. See example in the help.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!