gray values of pixels
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
please can anybody help me how to get gray values of pixels?? please do reply.....
0 commentaires
Réponse acceptée
Image Analyst
le 31 Oct 2012
You can simply do
grayValue = yourImage(row, column);
or use an interactive tool like imtool() or impixel() or impixelinfo().
Plus de réponses (1)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!