Skip to content

Commit b182ec8

Browse files
committed
merge
1 parent eeddb0a commit b182ec8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HW1/Readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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).

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ HW2 - Image Alignment, Creating Panoramas by image stitching
77

88
HW3 - Detection and Tracking
99

10-
Coming Soon : Segmentation
10+
HW4 : Segmentation
11+
12+
Coming Soon : 3D Scanner

0 commit comments

Comments
 (0)