how to generate image pixel value in notepad

답변 (2개)

G PRAKASH
G PRAKASH 2013년 12월 13일

0 개 추천

use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
Image Analyst 2013년 12월 13일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

제품

질문:

2013년 12월 13일

답변:

2013년 12월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by