Skip to content

Commit

Permalink
Create Readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekroy authored Oct 26, 2017
1 parent c7af152 commit 6f57c52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HW1/Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HW1: Histograms, Filters, Deconvolution, Blending

The goal in this assignment is to get you acquainted with filtering in the spatial domain as well as in the frequency domain.
Laplacian Blending using Image Pyramids is a very good intro to working and thinking in frequencies, and Deconvolution is a neat trick.

You tasks for this assignment are:
• Perform Histogram Equalization on the given input image.
• Perform Low-Pass, High-Pass and Deconvolution on the given input image.
• Perform Laplacian Blending on the two input images (blend them together).

0 comments on commit 6f57c52

Please sign in to comment.