Computer Vision Course at the University of Utah
- Color panes
- Replacement of pixels
- Arithmetic and Geometric operations
- Noise (Gaussian)
- 2D Transformations
- PyTorch Model using image preprocessing, 2D transformations & ImageNet Dataset
- Gaussian Filter
- Sobel Edge Detector
- Hough Transform for lines (Original Image, Smooth Image & Clutter Image)
- Hough Transform for circles (Original Image, Smooth Image & Clutter Image)
- Hough Transform on Image with Noise
- Harris Corner Detector
- SIFTNet (SIFT as a neural network)
- Projection Matrix Estimation
- Fundamental Matrix Estimation
- RANSAC