gray values of pixels
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
please can anybody help me how to get gray values of pixels?? please do reply.....
0 Commenti
Risposta accettata
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)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!