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!