필터 지우기
필터 지우기

I have a grayscale image And I want the intensity value of each pixel in that image.

조회 수: 2 (최근 30일)
I want values of all the pixels in an grayscale image.

답변 (1개)

Image Analyst
Image Analyst 2017년 3월 5일
You have the image, you said so. Therefor you already have all the values. They're in the image variable.
  댓글 수: 2
Amruta Talreja
Amruta Talreja 2017년 3월 5일
yes but whenever I am opening the image variable there is a msg that image is too big to load the pixel values
Image Analyst
Image Analyst 2017년 3월 5일
Ignore it. It's just a warning that says that it's shrinking your image down for display since your screen is not big enough to display the entire image pixel-for-pixel.
If you want to see pixel-for-pixel, see attached demo.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Fluid Dynamics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by