gray values of pixels
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
please can anybody help me how to get gray values of pixels?? please do reply.....
0 Kommentare
Akzeptierte Antwort
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)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!