Skip to content

braininahat/CVIP-CSE573

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)