- Introduction to computer vision
- Introduction
- Research in computer vision
- Image formation
- Pinhole camera
- Projective geometry
- 2D geometry (translation, scaling and rotation)
- Homogeneous coordinates
- 3D projection
- Vanishing points and lines
- Camera matrix
- intrinsic and extrinsic parameters
- Image processing and filtering
- Image derivatives
- Derivative approximation
- Correlation
- Convolution
- Filtering and smoothing
- Linear filtering
- Gaussian filtering
- Edge detection
- Introductions
- Prewit and Sobel edge detector
- Laplacian of Gaussian (LoG) (Marr-Hildreth)
- Gradient of Gaussian (Canny)
- Interest points and corners
- Introduction to interest points
- Invariant local features
- Corner detection, the basic idea
- Harris corner detector
- Cross correlation and auto correlation
- Correlation and Sum os Square differences (SSD)
- Mathematics of Harris corner
- OpenCV and interest points
- Local Image features
- Scale invariant feature transform (SIFT)
- Scale space peak selection
- Key point localization
- Orientation Assignment
- Key point descriptor
- Matching key points
- Histogram of Oriented Gradients (HoG)
- Computing Gradients
- Centered difference
- Filter masks in x and y direction
- Gradient
- Magnitude and Orientation
- Model filtering and RANSAC
- Feature Tracking and Optical Flow
- Machine learning in computer vision
- Machine learning intro and clustering
- Support Vector Machine