how to generate image pixel value in notepad

Respuestas (2)

G PRAKASH
G PRAKASH el 13 de Dic. de 2013

0 votos

use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
Image Analyst el 13 de Dic. de 2013

0 votos

You can use fprintf() to print any array to a text file. See example in the help.

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 13 de Dic. de 2013

Respondida:

el 13 de Dic. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by