top of page

Algorithm Implementation

This section of the website focuses on the different filter implementations of our project. The first is what we called the snazzy filter implementation. This program is used to add filters such as hats, glasses, tiaras, and mustaches to different images. 

​

The blur filter can be called from the snazzy function. This filter uses 2D convolution to blur the face detected in the image.

​

The video filter is used to apply the same filters as the snazzy filter implementation, but instead of applying these filters to still images, they are applied to video files. 

​

In the section called Matlab Demo, we have included pdf's of Matlab code used to implement the snazzy filter function along with jpg's of the filters to apply to images.

bottom of page