Grayscale image to 2D array?

3 visualizzazioni (ultimi 30 giorni)
saranya
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
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?

Accedi per commentare.

Risposta accettata

Image Analyst
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).

Più risposte (0)

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by