Grayscale image to 2D array?

조회 수: 3 (최근 30일)
saranya
saranya 2014년 3월 29일
답변: Image Analyst 2014년 3월 29일
can anyone teach me how to store grayscale image into 2D array format?
  댓글 수: 1
Marta Salas
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
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개)

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by