フィルターのクリア

how to convert gray image pixel values into text file

1 回表示 (過去 30 日間)
krishna kotha
krishna kotha 2020 年 5 月 24 日
コメント済み: krishna kotha 2020 年 5 月 24 日
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 件のコメント
Rithvik Jonna
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
krishna kotha 2020 年 5 月 24 日
i tried it but pixcel values jumping iam not getting exact 512*512 matrx

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImport, Export, and Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by