<< Chapter < Page Chapter >> Page >
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 space back to single values in 2 8 space. That is, the range { 0 2 32 2 8 } = { 0 16777216 } would all be mapped to 0 in the 2 8 space. This can be realized by:

A 2 H 1 1 2 L 1

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

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

Using this approach, we have the following result:

Quantizing Operator

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.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Elec 301 projects fall 2006. OpenStax CNX. Sep 27, 2007 Download for free at http://cnx.org/content/col10462/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Elec 301 projects fall 2006' conversation and receive update notifications?

Ask