Introduction to Computer Vision
    CS5670, Spring 2022, Cornell Tech

Time: TuTh 1:00pm - 2:15pm
Place: Online Meeting until 2/4, then Bloomberg 131
Zoom link: See course Canvas page

Instructor: Noah Snavely (snavely@cs.cornell.edu)

TAs: Zekun Hao (lead TA) (hz472@cornell.edu)
Qianqian Wang (qw246@cornell.edu)
Wenqi Xian (wx97@cornell.edu)
Ruojin Cai (rc844@cornell.edu)

For full information and discussions visit the CS5670 page on Canvas


  Lectures Projects Class Resources  

The goal of computer vision is to compute properties of the three-dimensional world from digital images. Problems in this field include reconstructing the 3D shape of an environment, determining how things are moving, and recognizing people and objects and their activities, all through analysis of images and videos.

This course will provide an introduction to computer vision, with topics including image formation, feature detection, motion estimation, image mosaics, 3D shape reconstruction, object/face detection and recognition, and deep learning.

Applications of these techniques include building 3D maps, creating virtual characters, organizing photo and video databases, human computer interaction, autonomous driving, robotics, virtual and augmented reality, medical imaging, and vision on mobile devices.

This is a project-based course, in which you will implement several computer vision algorithms throughout the semester.

Prerequisites

This course will be self-contained; students do not need to have computer vision background. However, the following are required:

  • Data structures
  • Working knowledge of Python
  • Knowledge of how to use git and GitHub (clone, pull, commit, push, etc)
  • Linear algebra
  • Vector calculus
Please send the instructor email or speak to me if you are unsure of whether you can take the course.

Textbook

This course will have readings from Computer Vision: Algorithms and Applications (online), by Richard Szeliski (first edition [pdf], unless noted in the course notes).

Online Discussion

This class uses CS5670 page on Canvas for discussions and announcements. Grades will be posted on CMS.

Honesty and Integrity Policy

Projects are to be done either individually or in groups of two, as specified in the project description.

Office Hours