gray values of pixels
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
please can anybody help me how to get gray values of pixels?? please do reply.....
0 comentarios
Respuesta aceptada
Image Analyst
el 31 de Oct. de 2012
You can simply do
grayValue = yourImage(row, column);
or use an interactive tool like imtool() or impixel() or impixelinfo().
Más respuestas (1)
MANJUNATH
el 31 de Oct. de 2012
use imshow(data)
data i= the voltage value obtained from ur pixel output
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!