Filter löschen
Filter löschen

How to reduce sun brightness

1 Ansicht (letzte 30 Tage)
skyimager
skyimager am 20 Feb. 2017
Kommentiert: Image Analyst am 20 Feb. 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.

Antworten (1)

Image Analyst
Image Analyst am 20 Feb. 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 Kommentare
skyimager
skyimager am 20 Feb. 2017
Photoshop's "Shadows and highlights" adjustment: I did not understand. I want it to be done in matlab
Image Analyst
Image Analyst am 20 Feb. 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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by