<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>Exploring High Dynamic Range Imaging: §8 Source Code</name>
  <metadata>
  <md:version>1.4</md:version>
  <md:created>2006/12/21 01:32:08 US/Central</md:created>
  <md:revised>2006/12/25 17:36:44.050 US/Central</md:revised>
  <md:authorlist>
      <md:author id="tjohnson">
      <md:firstname>Taylor</md:firstname>
      <md:othername>T</md:othername>
      <md:surname>Johnson</md:surname>
      <md:email>ttj@rice.edu</md:email>
    </md:author>
      <md:author id="snmcgee">
      <md:firstname>Sarah</md:firstname>
      <md:othername>Nicole</md:othername>
      <md:surname>McGee</md:surname>
      <md:email>snmcgee@rice.edu</md:email>
    </md:author>
      <md:author id="rlortman">
      <md:firstname>Robert</md:firstname>
      <md:othername>Lowell</md:othername>
      <md:surname>Ortman</md:surname>
      <md:email>rlortman@rice.edu</md:email>
    </md:author>
      <md:author id="tyang">
      <md:firstname>Tianhe</md:firstname>
      
      <md:surname>Yang</md:surname>
      <md:email>tian.yang@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="tjohnson">
      <md:firstname>Taylor</md:firstname>
      <md:othername>T</md:othername>
      <md:surname>Johnson</md:surname>
      <md:email>ttj@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="snmcgee">
      <md:firstname>Sarah</md:firstname>
      <md:othername>Nicole</md:othername>
      <md:surname>McGee</md:surname>
      <md:email>snmcgee@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="rlortman">
      <md:firstname>Robert</md:firstname>
      <md:othername>Lowell</md:othername>
      <md:surname>Ortman</md:surname>
      <md:email>rlortman@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="tyang">
      <md:firstname>Tianhe</md:firstname>
      
      <md:surname>Yang</md:surname>
      <md:email>tian.yang@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="Markpanzee">
      <md:firstname>Mark</md:firstname>
      <md:othername>A.</md:othername>
      <md:surname>Davenport</md:surname>
      <md:email>md@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="richb">
      <md:firstname>Richard</md:firstname>
      <md:othername>G.</md:othername>
      <md:surname>Baraniuk</md:surname>
      <md:email>richb@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>code</md:keyword>
    <md:keyword>dynamic</md:keyword>
    <md:keyword>hdr</md:keyword>
    <md:keyword>high</md:keyword>
    <md:keyword>image</md:keyword>
    <md:keyword>imaging</md:keyword>
    <md:keyword>range</md:keyword>
    <md:keyword>source</md:keyword>
  </md:keywordlist>

  <md:abstract>This is the source code used to generate HDR images from LDR images, all the tone operators used to map back from HDR to LDR space, and the test code.</md:abstract>
</metadata>
  <content>
    <para id="delete_me">See the Matlab files below for source code of how we implemented these ideas.</para><list id="element-649" type="bulleted"><item><link src="hdriMain.m">HDR Imaging Main Interface</link></item>
<item><link src="hdriCreating.m">HDR Image Creation</link></item>
<item><link src="hdriToneMapping.m">HDR Imaging Tone-Mapping</link></item>
<item><link src="hdriTest.m">HDR Imaging Tests</link></item>
<item><link src="HDRImaging.zip">Full HDR Imaging Project Code and Results</link></item></list>   
  </content>
  
</document>
