how to generate image pixel value in notepad

Antworten (2)

G PRAKASH
G PRAKASH am 13 Dez. 2013

0 Stimmen

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

0 Stimmen

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

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 13 Dez. 2013

Beantwortet:

am 13 Dez. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by