hello all, i need your help..what will i do. for automatic done adjustment of brightness, object detect, deblurred image.

1 view (last 30 days)
if i have one image, which is blurred, which has faces, which have low brightness, so these 3 all done automatic when image is selected. how automatic it detecet that their is face, so extrace face in new image, automatic adjust the brightness in image. if image is blurred then automatic deblurr the image. what will be code for this. please help me to solve out with this problem. how deep learning and machine learning will apply for automatic. and what will be code for deep learning and machine learing
  2 Comments
KALYAN ACHARJYA
KALYAN ACHARJYA on 16 Sep 2018
Edited: KALYAN ACHARJYA on 16 Sep 2018
That means you are not sure about input images. These all parameters measurement based on human perception.
I read somewhere, you cannot measure the brightness in numeric data, you can say high or low or mid? What I have undestand is-
If brightness is less than certain threshold,
then only adjust the brightness,
else
no operation....
end
Are you looking for this one?
Anshika Jain
Anshika Jain on 16 Sep 2018
yes sir, i want this. but i have one doubt the brightness minimum value is what and the maximum value will be what. or for blurr image what will do to clear. like given below is input image.

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 16 Sep 2018
Use fft2() and sum up the energy in high spatial frequencies. Or use stdfilt() and get the mean intensity of the local standard deviation image. If they're low, then there are few details and the image may be blurred.
  2 Comments
Image Analyst
Image Analyst on 16 Sep 2018
Yes. What is your definition of brightness? The mean gray level in RGB color space? The mean L value in the LAB color space version or the mean V in the HSV color space version?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!