Azzera filtri
Azzera filtri

gray values of pixels

1 visualizzazione (ultimi 30 giorni)
Elysi Cochin
Elysi Cochin il 31 Ott 2012
please can anybody help me how to get gray values of pixels?? please do reply.....

Risposta accettata

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

Più risposte (1)

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

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by