Computer Vision
Semester: |
WS 2014 |
Type: |
Lecture |
Lecturer: |
|
Credits: |
V3 + Ü1 (6 ECTS credits) |
Find a list of current courses on the Teaching page.
Type |
Date |
Room |
---|---|---|
Lecture | Tue 14:15-15:45 | UMIC 025 |
Lecture | Thu 09:15-10:45 | UMIC 025 |
Lecture Description
Cameras and images form an ever-growing part of our daily lives. Billions of images and massive amounts of video data are becoming available on the Internet. Large search engines are being created to make sense out of this data. And more and more commercial applications are coming up, e.g. in surveillance and security, on consumer devices, for video special effects, in mobile robotics and automotive contexts, and for medical image processing. All those applications are building on visual capabilities. For us humans, those capabilities are natural. But how do we actually accomplish them? And how can we teach a machine to perform similar tasks for us?
The goal of Computer Vision is to develop methods that enable a machine to "understand" or analyze images and videos. This lecture will teach the fundamental Computer Vision techniques that underlie such capabilities. In addition, it will show current research developments and how they are applied to solve real-world tasks. The lecture is accompanied by Matlab-based exercises that will allow you to collect hands-on experience with the algorithms introduced in the lecture (there will be one exercise sheet roughly every two weeks).
Literature
In the last decades, Computer Vision has evolved into a rapidly growing field with research going into so many directions that no single book can cover them all. We will mainly make use of the following books: Forsyth &: Ponce: Computer Vision - A Modern Approach
- D. Forsyth, J. Ponce, Computer Vision - A Modern Approach, Prentice Hall, 2002
- R. Szeliski, Computer Vision - Algorithms and Applications, Springer, 2010
- R. Hartley, A. Zisserman, Multiple View Geometry in Computer Vision, 2nd Edition, Cambridge University Press, 2004
However, a good part of the material presented in this class is the result of very recent research, so it hasn't found its way into textbooks yet. Wherever research papers are necessary for a deeper understanding, we will make them available on this web page.
Date | Title | Content | Material |
---|---|---|---|
Introduction | Why vision? Applications, Challenges, Image Formation | ||
Image Processing I | Binary Images, Thresholding, Morphology, Connected Components, Region Descriptors | ||
Exercise 1 | Intro Matlab | ||
Image Processing II | Linear Filters, Gaussian Smoothing, Median Filter | ||
Edge Detection | Multi-scale Representations, Image Derivatives, Edge Detection | ||
Structure Extraction | Chamfer Matching, Line Fitting, Hough Transform, Gen. Hough Transform | ||
no class | DIES Fachschaftsvollversammlung | ||
Exercise 2 | Thresholding, Morphology, Derivatives, Edges | ||
Segmentation I | Segmentation as Clustering, k-means, EM, Mean-Shift | ||
Segmentation II | Segmentation as Energy Minimization, (Markov Random Fields, Graph Cuts) | ||
Recognition I | Global Descriptors, Histograms, Histogram Comparison, Multidim. Histograms, Prob. Recognition | ||
Exercise 3 | Hough Transform, Mean-Shift Segmentation | ||
Recognition II | Subspace Representations, PCA, Eigenfaces, Localized Histograms, HOG, GIST | ||
Categorization I | Sliding Window-based Object Detection, SVM, HOG | ||
Categorization II | Haar-Wavelets, AdaBoost, Viola-Jones | ||
Local Features I | Interest points, Harris Detector, Hessian Detector | ||
Local Features II | Scale Invariance, Local Descriptors, SIFT | ||
Exercise 4 | Histograms, Global Descriptors, Sliding Window Method | ||
Local Features III | Specific Object Recognition with Local Features, Geometric Verification, Robust Estimation, RANSAC, Gen. Hough Transform | ||
Matching & Indexing | Matching&Indexing, Visual Vocabularies, Inverted File, Vocabulary Tree, tf-idf Weighting | ||
Exercise 5 | Interest points, Local Feature Matching, Homography Estimation | ||
Categorization III | Part-Based Methods, Bag-of-Words Model | ||
3D Reconstruction I | Epipolar Geometry, Essential Matrix, Correspondence Search | ||
3D Reconstruction II | Camera Parameters, Calibration, Triangulation | ||
3D Reconstruction III | Fundamental Matrix, Eight-Point Algorithm, Active Stereo | ||
Motion & Optical Flow | Motion Fields, Optical Flow, Lucas-Kanade, KLT Tracking | ||
Exercise 6 | 3D Reconstruction, Eight-point algorithm, RANSAC, Triangulation | ||
3D Reconstruction IV | Structure from Motion, Projective Ambiguity, Affine SfM, Factorization, Projective SfM, Euclidean Upgrade, Bundle Adjustment | ||
Repetition | - | ||
Exercise Exam | - |