Effacer les filtres
Effacer les filtres

How to reduce sun brightness

1 vue (au cours des 30 derniers jours)
skyimager
skyimager le 20 Fév 2017
Commenté : Image Analyst le 20 Fév 2017
I want to reduce the effect of sun brightness from my image. I have used entropyfilt function of matlab to identify the saturated pixels and the pixels that are near saturated or high brightness pixels. I want to reduce the brightness of these high brightness pixels. These high brightness pixels are the yellow and blue marking in the image entropyfilt.jpg. The original image is the sun image.
I tried reducing the pixel values but that gives me a tint on the image and does not reduce the brightness to be specific. Please suggest how to do the same.

Réponses (1)

Image Analyst
Image Analyst le 20 Fév 2017
I suggest you use something like Photoshop's "Shadows and highlights" adjustment. I don't remember the algorithm off the top of my head, but I'm sure you can find it somewhere.
  2 commentaires
skyimager
skyimager le 20 Fév 2017
Photoshop's "Shadows and highlights" adjustment: I did not understand. I want it to be done in matlab
Image Analyst
Image Analyst le 20 Fév 2017
I know. I saw their algorithm explained one time in a class on advanced image processing. I'll see if I can find those notes. It somehow involves identifying bright and dark regions, then using masking, applies gamma to remap gray levels, and then maybe blending to reduce contours.
Or maybe just search for HDR photography for ideas. Chances are that simple tonal adjustments, like global histogram equalization, won't perform very well.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by