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

 Réponse acceptée

Image Analyst
Image Analyst le 31 Oct 2012

1 vote

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

Plus de réponses (1)

MANJUNATH
MANJUNATH le 31 Oct 2012

0 votes

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

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by