Grayscale image to 2D array?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
saranya
am 29 Mär. 2014
Beantwortet: Image Analyst
am 29 Mär. 2014
can anyone teach me how to store grayscale image into 2D array format?
1 Kommentar
Marta Salas
am 29 Mär. 2014
Bearbeitet: Marta Salas
am 29 Mär. 2014
Do you have an image on your disk and you want to load it on MATLAB?
Akzeptierte Antwort
Image Analyst
am 29 Mär. 2014
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 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!