Skip to content Skip to navigation

Connexions

You are here: Home » Content » Results

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 author

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:"ECE 301 Projects Fall 2003"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

Results

Module by: Genaro Picazo

Summary: Results for our ELEC 301 Project for Fall 2003. By: Chris Omidiran, Genaro Picazo, Ian Wells, Daniel Wu

Data

Here are the three test images, at multiple levels of compression in either dictionary. (Note that 0% compression does not necessarily lead to full recovery - this is a problem inherent in the dct basis. It would likely take more than twice as much data to represent the original image nearly perfectly.)

images.JPG

We decided to run our algorithms on the three images with a non-redundant basis, just to see how the compressions compared.

controlimages.jpg

Data Analysis

Based on preliminary tests, we concluded that orthogonal matching pursuit produced approximations very similar to those generated by basis pursuit in a fraction of the time. However, varying the basis in our over-complete basis produced dramatic changes in our compressions, as did the inherent visual characteristics of the source image. These observations suggest that a wide spectrum of interesting results from orthogonal matching pursuit can be obtained by varying both the dictionaries and the original image. Our results show that for the three images, the basis that give the best representation with the most compression is the DFT-DCT basis, although compression in this manner often results in an unfortunate spectral artifact on images that exhibit sharp changes in color, a product of the DFT basis. The Dirac basis seemed best suited to picking out "lines" in the image, as we predicted. Interestingly, and as shown by the following graphs, the DCT basis dominated both overcomplete dictionaries, accounting for a vast majority of the compressed image - but the DFT/Dirac based vectors, however few there were, managed to make very significant changes to the overall apprearance of the final image.

We also analyzed how frequently vectors from either basis were being selected, ie which basis was the most influential.

bargraph.jpgDFT-DCT.jpgDIRAC-DCT.jpg

(4 = 98% compressed, 16 = 87%, 64 = 50%, 128 = 100%)

Comments, questions, feedback, criticisms?

Send feedback