Skip to content Skip to navigation

Connexions

You are here: Home » Content » Exploring High Dynamic Range Imaging: §3.5 Adaptive Gain Control Local Operator with Edge Detection

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ELEC 301 Projects Fall 2006"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

This feature requires Javascript to be enabled.

Exploring High Dynamic Range Imaging: §3.5 Adaptive Gain Control Local Operator with Edge Detection

Module by: Tianhe Yang, Taylor Johnson, Sarah McGee, Robert Ortman

To lessen the blurring effect on the adaptive gain control operator, we modified Pattanaik’s algorithm so that edges can be detected. In the case where a neighbor pixel is “too different” in intensity from the pixel being mapped, a counter is incremented and counts the maximum number of pixels that can be “too different” before the inspected pixel is not mapped at all using the averaged obtained from its neighbors. In this case, the old luminance value is simply assigned to this pixel, which is mapped down to a lower color depth linearly by dividing by the brightest value in the image. In the following examples, the “max difference” parameter refers to the maximum contrast ratio between a neighboring pixel and the pixel being mapped, above which a counter is incremented. The “number different” parameter refers to the maximum value of said counter, above which the local average can be ignored when mapping a pixel. As expected, increasing the “max difference” parameter increases the threshold at which edges are preserved, thereby producing a blurrier image. A small value for “max difference” keeps finer details intact as slighter changes would prompt the mapping algorithm to ignore local values. Increasing the “number different” parameter has a similar effect as increasing the “max difference” parameter; as more values must reach the threshold before the local average is ignored, the local average is used more often to map image pixels, causing the image to become more homogenous. Blurring the image by increasing the “number different” parameter, however, seems to keep the details in harsher edges more intact compared to blurring with the “max difference” parameter. This should make sense (pixels at the edge of a harsh transition encounter a greater number of neighboring pixels with very different luminance values).

Figure 1: Threshold = 5, Radius = 2, Max Difference = 1.1, Number Different = 1
Figure 1 (Graphic1.png)

Figure 2: Threshold = 5, Radius = 2, Max Difference = 1.35, Number Different = 1
Figure 2 (Graphic2.png)

Figure 3: Threshold = 5, Radius = 2, Max Difference = 1.75, Number Different = 1
Figure 3 (Graphic3.png)

Figure 4: Threshold = 5, Radius = 2, Max Difference = 1.1, Number Different = 3
Figure 4 (Graphic4.png)

Figure 5: Threshold = 5, Radius = 2, Max Difference = 1.1, Number Different = 10
Figure 5 (Graphic5.png)

Comments, questions, feedback, criticisms?

Send feedback