-
Notifications
You must be signed in to change notification settings - Fork 0
/
teaching.php
executable file
·62 lines (56 loc) · 2.6 KB
/
teaching.php
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>
robert pless - washington university - computer vision
</title>
<meta name="keywords" content="robert pless, computer vision, webcams, generalized cameras structure from motion"">
<link rel="STYLESHEET" href="./mystyle.css" type="text/css">
</head>
<body>
<!-- ********* get the navigation bar on the left side... ****** -->
<?php include("navbar.html") ?>
<div class="content">
<h4>Courses at George Washington University</h4>
<a href="3212/index.html">CSCI 3212</a>, Algorithms (Fall 2017, Fall 2020)<br>
CSCI 6212, Graduate Algorithms (Fall 2019)<br>
<a href="classes/ComputerVision">CSCI 4527/6527, Computer Vision (Spring 2018)<br>
CSCI 4364/6364, Machine Learning (Fall 2018)
<br>
<br>
<h4>Courses from Washington University</h4>
<a href="http://www.cs.wustl.edu/~pless/546/">CS 546: Computational
Geometry</a>, Fall 2016, Spring 2011, 2009, 2007, 2005, 2003, 2001</a><br>
<a href="http://www.cs.wustl.edu/~pless/classes/555/">CS 555: Computational
Photography</a>, Spring 2016, 2015</a><br>
<a href="http://www.cs.wustl.edu/~pless/441/">CS 441/541: Advanced
Algorithms</a>, Fall 2015</a> and Fall 2008<br>
<a href="240/index.html">CS 240, Logic and Discrete Mathematics.</a>
Fall 2010,2009,2006--2001</a><br>
<a href="http://www.cs.wustl.edu/~pless/559">CS 559: Computer
Vision</a>, Spring 2008, 2006, 2004, 2002, 2000<br>
<a href="http://www.cs.wustl.edu/~pless/200/">CS 200:
Engineering and Scientific Computing</a>, Fall 2007<br>
<br>
<h4>Class project Hall of Fame</h4>
<a href="classes/555/project3highlights.html">Top Image Quilting
Images for Computational Photography, Spring 2016</a>.<br><br>
<a href="classes/555/project2highlights.html">Top Project 2
submissions for Computational Photography, Spring 2016</a><br><br>
<a
href="http://www.cs.wustl.edu/~pless/halloffame/richardspage.html">Basketball
shot prediction</a>: A project by Richard Souvenir that takes
advantage of the fact that objects travel in parabolas, and second
order curves are closed under perspective projection.<br><br>
<a
href="http://www.cs.wustl.edu/~pless/halloffame/shorteningzones.html">Minimum
Weight Triangulation, Shortening Zones</a>: A project by Cindy Traub
and Sam Brown to empirically characterize the areas in which adding a
point to a point set decreases the weight of the Min-Weight
Triangulation.
<br><br>
<a
href="http://dkwingsmt.github.io/cse555/proj2.html"> Image mixing</a> by
Tong Mu, from my 2015 Computational Photography class<br><br>
</body>
</html>