CSE 190, Advanced Graphics

This course was taken in the winter quarter of 2016 at UCSD under professor Ravi Ramamoorthi.

This course had three assignments, for which the writeups are hosted here.

Assignment 1
This assignment focused on image processing. A few basic filters were implemented, as well as various scaling operations.

Assignment 2
This assignment focused progressive meshes. The number of vertices in the meshes is decimated, and the lost vertex information is stored so that the mesh may be later reconstructed.

Assignment 3
This assignment was left open, and so I decided to implement the Image Analogies algorithm.