<?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>Overview of Image Superresolution</name>
  <metadata>
  <md:version>1.2</md:version>
  <md:created>2006/12/20 01:33:50 US/Central</md:created>
  <md:revised>2006/12/22 01:03:33.037 US/Central</md:revised>
  <md:authorlist>
      <md:author id="elicas">
      <md:firstname>Elica</md:firstname>
      
      <md:surname>Skorcheva</md:surname>
      <md:email>elicas@rice.edu</md:email>
    </md:author>
      <md:author id="jgillenw">
      <md:firstname>Jennifer</md:firstname>
      <md:othername>Ann</md:othername>
      <md:surname>Gillenwater</md:surname>
      <md:email>jgillenw@rice.edu</md:email>
    </md:author>
      <md:author id="jryans">
      <md:firstname>J.</md:firstname>
      <md:othername>Ryan</md:othername>
      <md:surname>Stinnett</md:surname>
      <md:email>jryans@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="elicas">
      <md:firstname>Elica</md:firstname>
      
      <md:surname>Skorcheva</md:surname>
      <md:email>elicas@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jgillenw">
      <md:firstname>Jennifer</md:firstname>
      <md:othername>Ann</md:othername>
      <md:surname>Gillenwater</md:surname>
      <md:email>jgillenw@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="jryans">
      <md:firstname>J.</md:firstname>
      <md:othername>Ryan</md:othername>
      <md:surname>Stinnett</md:surname>
      <md:email>jryans@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: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:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>interpolation</md:keyword>
    <md:keyword>registration</md:keyword>
    <md:keyword>superresolution</md:keyword>
    <md:keyword>triangulation</md:keyword>
  </md:keywordlist>

  <md:abstract>Image superresolution uses information from several low-resolution images in order to compose one high-resolution image. This way the quality of images taken from low-cost cameras could be greatly improved.</md:abstract>
</metadata>
  <content>
<section id="mot">
  <name>Motivation</name> 
  <para id="para2">Imagine your daughter’s graduation. You’re standing in the crowd, ready with your camera to capture the pride and happiness of the moment--but all that comes out is a blurry, poor-quality photo of a figure you can’t even recognize yourself. We have all suffered from this experience, in one way or another. There are moments in our lives worth capturing and remembering, but without a very good camera, sometimes not even one of the tens of pictures that you take comes out alright. In those instances we tend to wish that we could exchange all of the bad photos we took to get just one good image.</para>
</section>
<section id="sol">
  <name>Solution</name>
  <para id="para3">There are two solutions to this problem. The obvious one to most people would be to go ahead and spend a lot of money on a high-resolution camera.

<figure id="hcam"><name>Camera Options</name>
  <media type="image/bmp" src="cameras.bmp"/>
  <caption>Which one do you want to buy (and carry around)?? (Sources: 3,4)</caption>
</figure>

The other solution, called image superresolution, is a technique that uses a set of low-resolution (LR) images and combines them into one high-resolution (HR) image.</para><para id="element-757">There are two image-analysis techniques involved in superresolution: registration and interpolation.  Registration deals with the issue of aligning the LR images.  This is a necessary step, since, though the original images may have been taken from approximately the same location, they are likely to have slightly different tilt, pan, rotation, zoom, etc.  The second step to achieving superresolution is interpolation, the process of comparing the LR pixel values to generate new pixel values for the HR image.</para>
</section>
<section id="alg">
  <name>Algorithm</name>
  <para id="para4">There are a variety of effective algorithms for image superresolution.  They differ in their levels of complexity and the quality of the results they yield.  For our project, we chose a featureless method for estimating 8 parameters that compose an exact projective coordinate transformation to register the available LR frames, and a triangulation algorithm used to interpolate the different pixel values obtained by the original images.</para>
</section>
  </content>
  
</document>
