Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 731 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 731 Bytes

CVIP-CSE573

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:

  1. Color channel alignment using squared error distance minimization. (Not graded)
  2. Spatial Pyramid Matching and Bag of Words for scene classification.
  3. Blob detection.
  4. Homography for panorama-stitching and fundamental matrix estimation for camera triangulation.
  5. Study on autoencoders using MNIST. (No code.) (Not in repo.)
  6. Classification of handwritten digit held in front of the webcam using a CNN trained on MNIST. (Python, Keras+TensorFlow, OpenCV)