gray values of pixels

please can anybody help me how to get gray values of pixels?? please do reply.....

 채택된 답변

Image Analyst
Image Analyst 2012년 10월 31일

1 개 추천

You can simply do
grayValue = yourImage(row, column);
or use an interactive tool like imtool() or impixel() or impixelinfo().

추가 답변 (1개)

MANJUNATH
MANJUNATH 2012년 10월 31일

0 개 추천

use imshow(data)
data i= the voltage value obtained from ur pixel output

태그

Community Treasure Hunt

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

Start Hunting!

Translated by