Grayscale image to 2D array?

3 次查看(过去 30 天)
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
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 个)

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by