gray values of pixels

3 Ansichten (letzte 30 Tage)
Elysi Cochin
Elysi Cochin am 31 Okt. 2012
please can anybody help me how to get gray values of pixels?? please do reply.....

Akzeptierte Antwort

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

Weitere Antworten (1)

MANJUNATH
MANJUNATH am 31 Okt. 2012
use imshow(data)
data i= the voltage value obtained from ur pixel output

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by