calculating light intensity using image
Mostrar comentarios más antiguos
How to measure light intensity of an image (white in color) using matlab? is it possible to get steps to do it ? Thank you
Respuestas (1)
Image Analyst
el 17 de Mzo. de 2015
0 votos
The image already is a measure of the intensity of the scene. If you read the image in with imread() or similar, then you have the light intensity.
1 comentario
Stew
el 30 de Mzo. de 2016
Is this intensity measurement an average of each pixel's intensity, or is it based on the most intense pixel?
Also, is there a way to have MATLAB automatically produce the image intensity calculation after each image, so that previous images can be compared and flagged for changes in intensity?
Thank you.
Categorías
Más información sobre Image Data Acquisition en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!