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