Clear Filters
Clear Filters

What is AGC in Image Processing (Expand Luminance Range 0 to 255)

26 views (last 30 days)
Hey there,
When i was working on some hdr algorithm i see an argument named AGC. It explains in article such as(starts with Finally..) :
I search it on internet and i see something about speech processing but i think it is about on luminance range as article says too. Here is my algorithm (I have an image named Yhdr) :
Can anyone answer the what is AGC
Thanks

Answers (2)

Walter Roberson
Walter Roberson on 19 Mar 2017
It is Automatic Gain Control, the same expression used in sound processing.
  2 Comments
Fabio Corres
Fabio Corres on 19 Mar 2017
This article so complicated for me and i can't see any relation between sound processing :(. Can u help me to code it.
I just want to simple block. Give the function my image and output will be expand
Walter Roberson
Walter Roberson on 19 Mar 2017
Different fields use the same term for related concepts. Consider for example that you can "grow" a fruit or "grow" a crystal without the two meaning exactly the same things.
There is no existing block in Simulink or MATLAB to do the kind of automatic gain control being referred to for HDR. I do not seem to have enough enthusiasm to read the article and understand it and program it for you.

Sign in to comment.


Image Analyst
Image Analyst on 19 Mar 2017
You might want to check out the function imadjust().
Or check out the Gamma FAQ and Color FAQ

Categories

Find more on Measurements and Spatial Audio in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!