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
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
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.

댓글을 달려면 로그인하십시오.

질문:

2015년 3월 17일

댓글:

2016년 3월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by