Skip to content

Commit 6242b55

Browse files
authored
Update proj1.html
1 parent 78e453d commit 6242b55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

project-1/proj1.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ <h1>Project 1: Colorizing the Prokudin-Gorskii photo collection</h1>
1313
</p>
1414
</div>
1515

16+
<div align="center">
17+
<img src="images/intro.jpg" alt="intro.jpg" width="50%">
18+
<figcaption style="margin-bottom:6px;">see submission/code/sobel.py</figcaption>
19+
</div>
20+
1621
<!-- Section 1 -->
1722
<h2>Introduction</h2>
1823
<p>
1924
The Prokudin-Gorskii photo collection consists of 3 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.
2025
</p>
21-
<div align="center">
22-
<img src="images/intro.jpg" alt="intro.jpg" width="50%">
23-
<figcaption style="margin-bottom:6px;">see submission/code/sobel.py</figcaption>
24-
</div>
2526
<hr>
2627

2728
<!-- Section 2 -->

0 commit comments

Comments
 (0)