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!