how to convert gray image pixel values into text file
古いコメントを表示
clc;
clear;
close all;
x=imread('lena512.bmp');
this is code i want this image as 512*512 pixcels matrix as is in text file how thsi is possible....?
3 件のコメント
krishna kotha
2020 年 5 月 24 日
編集済み: krishna kotha
2020 年 5 月 24 日
Rithvik Jonna
2020 年 5 月 24 日
編集済み: Rithvik Jonna
2020 年 5 月 24 日
Please use xlswrite function and turn to excel then you can use excel to text file
xlswrite('Image.xls',Image);
krishna kotha
2020 年 5 月 24 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
