calculating light intensity using image
显示 更早的评论
How to measure light intensity of an image (white in color) using matlab? is it possible to get steps to do it ? Thank you
回答(1 个)
Image Analyst
2015-3-17
0 个投票
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 个评论
Stew
2016-3-30
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Data Acquisition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!