This course explores computational image manipulation methods using matlab. It introduced me to the very interesting niche of media processing and was a fun and enjoyable learning experience.
This repository consists of my submissions for the homework assignments outlined here: http://pages.cs.wisc.edu/~dyer/cs534/hw-toc.html. Homework number one is not included here because no code is produced to complete it.
Each homework has its own page and can be reached with these links:
- Homework 2: Image Processing in MATLAB
- Problem 1: Histogram Equalization
- Problem 2: Demosaicing
- Problem 3: Color Transfer
- Homework 3: Image Resizing using Seam Carving
- Homework 4: Making Paronamas
References:
Although the solutions are mine please keep in mind that the course itself (http://pages.cs.wisc.edu/~dyer/cs534/index.html) does not belong to me. Also some of the steps described here are paraphrased from the homework assignments themselves which also do not belong to me.