CS 194-26 Project 6

Jason Zhang (zhang.j@berkeley.edu)

Project Spec: https://inst.eecs.berkeley.edu/~cs194-26/fa18/hw/proj6/

Project 6a (AKA tour of apartment)

Image Rectification

Vent

Input

 

Output

 

The Flagellation

Input

 

Output

 

Mosaic

Closet

Input

  

Output: Left is naive overlaying, right is laplacian blending. Unfortunate artifacts due to mask :(

  

Bathroom

Input

  

Output

  

Alleyway

Input

  

Output

  

Project 6b (AKA home for Thanksgiving)

I started with two pictures of my fireplace:

  

Harris Corners

Default arris corners

 

Adaptive Non-Maximal Suppression

Harris corners after applying ANMS:

 

Feature Matching

Feature matching using Lowe's technique:

 

Special thanks to Ajay Ramesh for code to visualize the feature pairs.

Results

Original:

  

Stitched:

 

Original:

  

Stitched:

 

Original:

  

Stitched:

 

What I learned

Some takeaways: