<< Chapter < Page Chapter >> Page >

There has been much research being done in the area of HDRI, and the vast majority of this research is focused ontone mapping. Most of these tone mapping algorithms (often called“operators”) can be divided into two categories. Global operators determine how the image is mapped by taking into account all thevalues in the high color depth image. Local operators map each pixel or group of pixels by taking into account a subset of theinformation in the high bit depth image.

Global operators are generally fast and often don’t cause the image to lose detail. Local operators tend to perform the tone mapping better, compressing contrast to a greaterdegree at the expense of slower operation and, in some cases, blurring of the details or halos around high contrast regions.Let’s explore both types of operators in MATLAB; the following sections will introduce algorithms in existence today as well as our own uniquefunctions and modifications to them.

One thing to take note of before we start is that images in MATLAB are represented as matrices. Color images are made up of three matrices, each describing the intensity of a red, blue, and green component. The brightness values of the elements in these matrices may either be represented in double form in a range from 0 to 1, or with integer values from 0 to 255.

The Stanford Memorial Church image used throughout this report has been adopted as a standard test image inmany other HDR research articles, and was authored by Paul Debevec. It is available as a .HDR radiance map for download here .

The .HDR file has been divided into 20 images for use in this report and can be found in section 8, along with the source code.

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