Summary: Code for our ELEC 301 Project for Fall 2003. By: Chris Omidiran, Genaro Picazo, Ian Wells, Daniel Wu
| BP Basis Figure 1: Code to define our dictionary for the algorithms. |
| BP Decompose Figure 2: Given a an image, it decomposes the image into a representation of k terms. |
| OMP Decompose Figure 3: Given a an image, it docomposes the image into a representation of k terms (this one is for OMP, it is the only function that differs between algorithms). |
| BP Block Decompose Figure 4: Decomposes and image into row signals. |
| BP Construct Figure 5: Reconstructs the approximate representation of the original image. |
| BP Block Construct Figure 6: Reconstructs each row of the approximate representation of the original image. |
| Applying BP to an Image Figure 7: This algorithm takes in an image and the number of coefficients to use to approximate it and applies the BP algorithm to it. |