Skip to content

Commit 78e453d

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

project-1/proj1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ <h1>Project 1: Colorizing the Prokudin-Gorskii photo collection</h1>
1616
<!-- Section 1 -->
1717
<h2>Introduction</h2>
1818
<p>
19-
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.
19+
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.
2020
</p>
2121
<div align="center">
22-
<img src="images/intro.png" alt="intro.png">
22+
<img src="images/intro.jpg" alt="intro.jpg" width="50%">
23+
<figcaption style="margin-bottom:6px;">see submission/code/sobel.py</figcaption>
2324
</div>
2425
<hr>
2526

0 commit comments

Comments
 (0)