This repository contains my assignment submissions for ECSE 415: Introduction to Computer Vision offered in Winter 2020. All code is my own, with references as appropriate.
Acknowledgements go out to the Course Teaching Assistants, whose tutorial code I heavily reference when developing the submissions you find here.
Assignment | Topics Covered |
---|---|
Assignment 1 | Denoising (Box, DoG, LoG) Sobel Edge Detection Canny Edge Detection |
Assignment 2 | SIFT / SURF Keypoint Detection Image Stitching (RANSAC) Object Detection (HoG) |
Assignment 3 | Image Segmentation (K-Means, EM) Stereo Vision (Epipolar Geometry) Motion Detection (Lucas-Kanade Optical Flow) |
Assignment 4 | Facial Recognition (PCA / Eigenfaces) |