Skip to content

This is my note and exercise for the Introduction to Computer Vision with Python which is provided free in Udacity

Notifications You must be signed in to change notification settings

leduynguyen/Introduction-to-Computer-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Introduction-to-Computer-Vision

This is my note and exercise for the Introduction to Computer Vision which is built by Udacity and Georgia Institute of Technology.

About the course: This course provides an introduction to computer vision including fundamentals of image formation, camera imaging geometry, feature detection and matching, multiview geometry including stereo, motion estimation and tracking, and classification. We’ll develop basic methods for applications that include finding known models in images, depth recovery from stereo, camera calibration, image stabilization, automated alignment (e.g. panoramas), tracking, and action recognition. We focus less on the machine learning aspect of CV as that is really classification theory best learned in an ML course.

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 problem sets. All algorithms work perfectly in the slides. But remember what Yogi Berra said: In theory there is no difference between theory and practice. In practice there is. (Einstein said something similar but who knows more about real life?) In this course you do not, for the most part, apply high-level library functions but use low to mid level algorithms to analyze images and extract structural information.

About

This is my note and exercise for the Introduction to Computer Vision with Python which is provided free in Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published