gray values of pixels

6 views (last 30 days)
Elysi Cochin
Elysi Cochin on 31 Oct 2012
please can anybody help me how to get gray values of pixels?? please do reply.....

Accepted Answer

Image Analyst
Image Analyst on 31 Oct 2012
You can simply do
grayValue = yourImage(row, column);
or use an interactive tool like imtool() or impixel() or impixelinfo().

More Answers (1)

MANJUNATH
MANJUNATH on 31 Oct 2012
use imshow(data)
data i= the voltage value obtained from ur pixel output

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!