Grayscale image to 2D array?
    4 views (last 30 days)
  
       Show older comments
    
can anyone teach me how to store grayscale image into 2D array format?
1 Comment
  Marta Salas
      
 on 29 Mar 2014
				
      Edited: Marta Salas
      
 on 29 Mar 2014
  
			Do you have an image on your disk and you want to load it on MATLAB?
Accepted Answer
  Image Analyst
      
      
 on 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 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

