how to generate image pixel value in notepad
Afficher commentaires plus anciens
how to generate image pixel value in notepad
Réponses (2)
G PRAKASH
le 13 Déc 2013
0 votes
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
le 13 Déc 2013
0 votes
You can use fprintf() to print any array to a text file. See example in the help.
Catégories
En savoir plus sur Images dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!