-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 886 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>CS 180 Portfolio</title>
<style>
body {
margin: 20px;
}
a {
display: block;
margin-bottom: -10px;
}
</style>
</head>
<body>
<h1>CS180 Portfolio</h1>
<h2>Intro to Computer Vision and Computational Photography</h2>
<a href="./1/index.html">Project 1: Colorizing the Prokudin-Gorskii photo collection</a>
<br>
<a href="./2/index.html">Project 2: Fun with Filters and Frequencies</a>
<br>
<a href="./3/index.html">Project 3: Face Morping</a>
<br>
<a href="./4/index.html">Project 4: (Auto) Stitching and Photo Mosaics</a>
<br>
<a href="./5/index.html">Project 5: Diffusion Models</a>
<br>
<a href="./6/index.html">Lightfield Camera</a>
<br>
<a href="./7/index.html">High Dynamic Range Imaging</a>
</body>
</html>