Hybrid Images code - September 2013

Programmer

Project for 15-463 Computational Photography at Carnegie Mellon University, Fall 2013

This project creates hybrid images, detailed in this paper, from images of our choice.

I created the low-pass images using a simple gaussian filter, generated by MATLAB's fspecial function, and high-pass images by taking the difference between the original image and a gaussian filtered image. Cutoff frequency was determined by fspecial's sigma parameter, and some hand tweaking to make the images look good. The kernel for the fspecial function was set to 25 in both directions.

Project Results Website