Grayscale image to 2D array?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
saranya
il 29 Mar 2014
Risposto: Image Analyst
il 29 Mar 2014
can anyone teach me how to store grayscale image into 2D array format?
1 Commento
Marta Salas
il 29 Mar 2014
Modificato: Marta Salas
il 29 Mar 2014
Do you have an image on your disk and you want to load it on MATLAB?
Risposta accettata
Image Analyst
il 29 Mar 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 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!