Ask Your Question
0

Determining if a color Image is overexposed or underexposed

asked 2015-05-23 07:23:39 -0600

aries gravatar image

I want to determine if a RGB color image is overexposed or underexposed. Could someone please guide me on how to proceed about this?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-05-23 08:04:54 -0600

Eduardo gravatar image

In photography, histograms are used to analyze the distribution of pixel intensities in the image. See here or here for more information about the use of histogram in photography.

This tutorial will show you how to compute histograms in OpenCV.

If you divide the histogram intensities range in 5 regions, you could tell which region counts the greatest number of pixel occurences and determine if the image is overexposed or underexposed or normal.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-05-23 07:23:39 -0600

Seen: 9,405 times

Last updated: May 23 '15