Skip to content

Commit c86589e

Browse files
authored
Update proj2.html
1 parent 669e9e5 commit c86589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-2/proj2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3>Part 1.2: Finite Difference Operator</h3>
100100
<article id="part1-3">
101101
<h3>Part 1.3: Derivative of Gaussian (DoG) Filter</h3>
102102
<p>
103-
To further improve edge visibility, we can first smooth out the noise by convolving the original image with a Gaussian filter. To generate one with dimensions <i>n &times; n</i>, we can take the outer product of 2 length <i>n</i> arrays. Below is the result of blurring the original image using a 5 &times; 5 Gaussian filter:
103+
To further improve edge visibility, we can first smooth out the noise by convolving the original image with a Gaussian filter. To generate one with dimensions <i>n &times; n</i>, we can take the outer product of 2 length <i>n</i> arrays. Below is the result of blurring the original image using a 5 &times; 5 Gaussian filter with &sigma; = 1:
104104
</p>
105105
<div align="center">
106106
<img src="images/orggauss.png" alt="orggauss.png" width="50%">

0 commit comments

Comments
 (0)