Skip to content

Commit f186c16

Browse files
authored
Update proj1.html
1 parent 5b8c3a6 commit f186c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project-1/proj1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Introduction</h2>
1414
The Prokudin-Gorskii photo collection consists of 3 digitalized glass plate images, each taken in grayscale with a blue, green, and red filter (ordered from top to bottom). To obtain a colorized version of the original image, we can align the images and use the pixel brightness (normalized to [0, 255]) from each image as the value of its respective color channel. This project aims to perform the aligning and compositing process automatically, given any image containing the 3 glass plates in BGR order.
1515
</p>
1616
<div align="center">
17-
<img src="intro.png" alt="intro.png">
17+
<img src="images/intro.png" alt="intro.png">
1818
</div>
1919
<hr>
2020

@@ -56,8 +56,8 @@ <h2>Naive Search</h2>
5656

5757
<figure style="flex:1; text-align:center;">
5858
<div class="figure-wrap">
59-
<img class="media" src="cathedralNaive.jpg"
60-
alt="cathedralNaive.jpg" loading="lazy" width="50%"/>
59+
<img class="media" src="images/monasteryNaive.jpg"
60+
alt="monasteryNaive.jpg" loading="lazy" width="50%"/>
6161
</div>
6262
<figcaption>Best shift: (-2, 344), (1, -335)<br>5.890041s</figcaption>
6363
</figure>

0 commit comments

Comments
 (0)