can anyone teach me how to store grayscale image into 2D array format?

1 件のコメント

Marta Salas
Marta Salas 2014 年 3 月 29 日
編集済み: Marta Salas 2014 年 3 月 29 日
Do you have an image on your disk and you want to load it on MATLAB?

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

 採用された回答

Image Analyst
Image Analyst 2014 年 3 月 29 日

0 投票

If it's in a file on disk
grayImage = imread(fullFileName);
For a full example, see a random demo I attached (does a DOG filter).

その他の回答 (0 件)

タグ

タグが未入力です。

質問済み:

2014 年 3 月 29 日

回答済み:

2014 年 3 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by