Grayscale image to 2D array?
3 次查看(过去 30 天)
显示 更早的评论
can anyone teach me how to store grayscale image into 2D array format?
1 个评论
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
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!