We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7af152 commit 6f57c52Copy full SHA for 6f57c52
HW1/Readme.txt
@@ -0,0 +1,9 @@
1
+HW1: Histograms, Filters, Deconvolution, Blending
2
+
3
+The goal in this assignment is to get you acquainted with filtering in the spatial domain as well as in the frequency domain.
4
+Laplacian Blending using Image Pyramids is a very good intro to working and thinking in frequencies, and Deconvolution is a neat trick.
5
6
+You tasks for this assignment are:
7
+• Perform Histogram Equalization on the given input image.
8
+• Perform Low-Pass, High-Pass and Deconvolution on the given input image.
9
+• Perform Laplacian Blending on the two input images (blend them together).
0 commit comments