-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7af152
commit 6f57c52
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |