Skip to content

Commit 625ff70

Browse files
authored
Update proj2.html
1 parent 5b2a7a5 commit 625ff70

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

project-2/proj2.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,22 @@ <h3>Part 2.1. Unsharp Mask</h3>
144144
<img src="images/lpvshp.png" alt="lpvshp.png" width="50%">
145145
</div>
146146
<p>
147-
Now, we can add the second image to the original to get a sharpened version.
147+
Now, we can add the second image to the original to get a sharpened version:
148148
<div align="center">
149149
<img src="images/orgsharp.png" alt="orgsharp.png" width="50%">
150150
</div>
151151
<p>
152-
In general, we can change the sharpening amount my multiplying the high-pass filtered image by a constant. Below is a demonstration of various sharpening amounts from 0.25 to 4:
152+
In general, we can change the sharpening amount my multiplying the high-pass filtered image by a constant. Below is a demonstration of various sharpening amounts from 1 to 100:
153153
</p>
154+
<div align="center">
155+
<img src="onetotensquared.png" alt="onetotensquared.png" width="50%">
156+
</div>
157+
<p>
158+
From the visualizatin above, increasing the sharpening amount highlights the high-frequency signals from the original image. Below is an example of sharpening a blurred image, using the same selfie from 1.1 as the original image, and the box-filtered version as the starting image to sharpen:
159+
</p>
160+
<div align="center">
161+
<img src="images/blurthensharp.png" alt="blurthensharp.png" width="50%">
162+
</div>
154163
</article>
155164

156165
<!-- 2.2 -->

0 commit comments

Comments
 (0)