フィルターのクリア

how to generate image pixel value in notepad

3 ビュー (過去 30 日間)
Selva Karna
Selva Karna 2013 年 12 月 13 日
回答済み: Image Analyst 2013 年 12 月 13 日
how to generate image pixel value in notepad

回答 (2 件)

G PRAKASH
G PRAKASH 2013 年 12 月 13 日
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)

Image Analyst
Image Analyst 2013 年 12 月 13 日
You can use fprintf() to print any array to a text file. See example in the help.

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by