Skip to content Skip to navigation

Connexions

You are here: Home » Content » Exploring High Dynamic Range Imaging: §3.2 Simple Operator

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.2 Simple Operator

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

Summary: The simplest operator used to map an HDR image to an LDR image. For example, the simplest method for how to map a 32-bit range down to an 8-bit range is a basic quantizer.

Now that one has an HDR image, to be able to display it on conventional displays, one must map it back down to the range of an LDR image. This results from current display technologies, be CRT, LCD, or printer, can only display at most about 8-bits per color channel, around the LDR range. So, to be able to see the results of adding all this information together, one must map the high-dynamic range of 32-bits back to 8-bits.

The simplest way to perform this calculation is using a quantizer, to directly map ranges in the 2 32 2 32 space back to single values in 2 8 2 8 space. That is, the range { 0 2 32 2 8 }={ 016777216 } { 0 2 32 2 8 }={ 016777216 } would all be mapped to 0 in the 2 8 2 8 space. This can be realized by:

A 2 H1 1 2 L1 A 2 H1 1 2 L1 (1)

where A is the HDR color matrix, H is the HDR (source) bitrate, and L is the LDR (destination) bitrate.

Example 1

So in the case of 32-bit to 8-bit transformation, we would have: A 2 321 1 2 81 A 2 321 1 2 81

Using this approach, we have the following result:

Figure 1: Quantizing Operator
Figure 1 (quantizing.jpg)

Now that we have explored the most basic operator that just takes the HDR image straight back down to the LDR range without any intelligent methods to preserve the most information and dynamic range, we can explore more advanced operators in the following modules. For example, one way to improve upon this is to "move" the average brightness around of the entire image, so that if it is overexposed, we can correct to some extent to preserve the most amount of detail in the resulting LDR image. Beyond that, we can look at regions of the HDR image and map them down in an intelligent manner as to preserve the most amount of information in small areas of the resultant LDR image.

Comments, questions, feedback, criticisms?

Send feedback