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)
Ältere Kommentare anzeigen
Anshika Jain
am 15 Sep. 2018
Kommentiert: Image Analyst
am 16 Sep. 2018
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
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?
Akzeptierte Antwort
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
KALYAN ACHARJYA
am 16 Sep. 2018
Bearbeitet: KALYAN ACHARJYA
am 16 Sep. 2018
Sir About Brightness? Can it measurable?
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?
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Preview and Device Configuration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
