Repo for course assignments of the Computer Vision and Image Processing course at the University at Buffalo under Dr. Kevin R Keane
Mostly Matlab with a dash of Python3, OpenCV, Keras+TensorFlow
The folders correspond to the following projects:
- Color channel alignment using squared error distance minimization. (Not graded)
- Spatial Pyramid Matching and Bag of Words for scene classification.
- Blob detection.
- Homography for panorama-stitching and fundamental matrix estimation for camera triangulation.
- Study on autoencoders using MNIST. (No code.) (Not in repo.)
- Classification of handwritten digit held in front of the webcam using a CNN trained on MNIST. (Python, Keras+TensorFlow, OpenCV)