The goal here is to create a "snapchat like" video filter that adds dojutsu to the user eyes.
- Detect eyes
- Track their position
- Locate the iris
- Replace it with some Dojutsu
No advanced techniques like facial landmark detection, ASM or AAM are being used. The code is built entirely with Emgucv (cross platform .Net wrapper to the OpenCV image processing library)
- Open the DojutsifyMe.fsproj and replace the following line with your EmguCV installation dir:
<EmguCVDir>..\..\..\emgucv\libs</EmguCVDir>
- Run
build.sh