3D reconstruction
C m u 3D reconstruction

This is an assignment from CMU 16720-A. In this assignment, we are going to use eight point algorithm to find the Fundamental Matrix (F) from two images.

read more
Homography
C m u Homography

This is an assignment from CMU 16720-A. In this assignment, we are going to implement the algorithm to stitch panoramas.

read more
Neural network
C m u Neural network

This is an assignment from CMU 16720-A. In this assignment, I’m going to build a fully connected feed-forward neural network from scratch and then use it to do the handwritten characters classification.

read more
Scene classification
C m u Scene classification

This is an assignment from CMU 16720-A. In this assignment, I’m going to use Bag of Words to implement a scene classifier.

read more
Edge detector
C m u Edge detector

This is an assignment in CMU 16720-A. In this assignment, we implemented some basic image processing algorithms and use them to build a Hough Transform based line detector.

read more