how to generate image pixel value in notepad

2 vues (au cours des 30 derniers jours)
Selva Karna
Selva Karna le 13 Déc 2013
how to generate image pixel value in notepad

Réponses (2)

G PRAKASH
G PRAKASH le 13 Déc 2013
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)

Image Analyst
Image Analyst le 13 Déc 2013
You can use fprintf() to print any array to a text file. See example in the help.

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!

Translated by