Skip to content

ekinakyurek/Real-Time-Face-Filtering

Repository files navigation

Real Time Face Filtering

Computer Vision & Pattern Recognition class project @ Koc University
Watch Demo
Read Project Report

Root Unity Project is the ‘COMP408/‘ folder.

Building Instructions

In the Source Folder run these commands:

Create build folder
$ mkdir build

Enter in to build folder
$ cd build

Enable SSE4 for speed
$ cmake .. -DUSE_SSE4_INSTRUCTIONS=ON

Enable AVX for speed
$ cmake .. -DUSE_AVX_INSTRUCTIONS=ON

Build executables
$ cmake --build . --config Release

Running

In the Source Folder run these commands:

Open unity app:
$ open ./Demo.app/

Wait and run project
$ ./build/project

About

The program renders a glass on to user's face which is captured via webcam

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published