how to generate image pixel value in notepad

Risposte (2)

G PRAKASH
G PRAKASH il 13 Dic 2013
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
Image Analyst il 13 Dic 2013
You can use fprintf() to print any array to a text file. See example in the help.

Categorie

Scopri di più su Images in Centro assistenza e File Exchange

Prodotti

Richiesto:

il 13 Dic 2013

Risposto:

il 13 Dic 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by