Average value of the white areas in the image
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have an image which has 13*11 bright spots(actually squares) I need to find the average value of the spots. I need 13*11 values from this single image. How can I do it?
3 comentarios
Adam
el 19 de Feb. de 2020
It's not a clearly defined problem. For example, you could simply threshold the image to give a mask containing only those points with R, G and B values above 0.9 (or 0.8 or whatever threshold you choose) and then simply take the mean of all those points.
Respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!