gray values of pixels

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

 Respuesta aceptada

Image Analyst
Image Analyst el 31 de Oct. de 2012

1 voto

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

Más respuestas (1)

MANJUNATH
MANJUNATH el 31 de Oct. de 2012

0 votos

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

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by