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

5 Ansichten (letzte 30 Tage)
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 Kommentare
KALYAN ACHARJYA
KALYAN ACHARJYA am 16 Sep. 2018
Bearbeitet: KALYAN ACHARJYA am 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 am 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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 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 Kommentare
Image Analyst
Image Analyst am 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?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by