how to generate image pixel value in notepad
Ältere Kommentare anzeigen
how to generate image pixel value in notepad
Antworten (2)
G PRAKASH
am 13 Dez. 2013
0 Stimmen
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
am 13 Dez. 2013
0 Stimmen
You can use fprintf() to print any array to a text file. See example in the help.
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!