forked from dellaert/19F-4476
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Introduction to Computer Vision by gt-cv-class
---
<img src="images/cover-image.jpg" alt="Crazy Eye">
<p><strong>Instructor</strong>: <a href="http://www.dellaert.com/">Frank Dellaert</a>, Professor, <a
href="https://ic.gatech.edu/">Interactive Computing</a></p>
<p><strong>TAs</strong>: Cusuh Ham (head TA), Ayush Baid, Jacob Knaup, Julia Chen, John Lambert, Jon Balloch, Patsorn Sangkloy,
Shenhao Jiang, Stefan Stojanov, and Vijay Upadhya</p>
<p><strong>Clough Commons 144, MW 4.30pm-5.45pm</strong></p>
<h3>
<a id="course-description" class="anchor" href="#course-description" aria-hidden="true"><span aria-hidden="true"
class="octicon octicon-link"></span></a>Course Description</h3>
<p>This course provides an introduction to computer vision including fundamentals of image formation, camera imaging
geometry, feature detection and matching, stereo, motion estimation and tracking, image classification and scene
understanding. We'll develop basic methods for applications that include finding known models in images, depth
recovery from stereo, camera calibration, image stabilization, automated alignment, tracking, boundary detection,
and recognition. The focus of the course is to develop the intuitions and mathematics of the methods in lecture, and
then to learn about the difference between theory and practice in the projects.</p>