Face tracker demo based on IntraFace(version 1.2). The program would track the biggest face in the camera view and the face landmarks would be drawn on the face.
You should get the dependency(header files, models, libs etc.) from IntraFace that this project doesn't provide.
For windows users:
- Download this project
- Put IntraFace header files into
win32\include\intraface
- Put
IntraFaceDLL.lib
intowin32\lib\Debug
andwin32\lib\Release
- Put the models into
win32\models
- Open solution in
win32
(Visual Studio 2010 preferred) - Build
- Put
IntraFaceDLL.dll
intowin32\Release
andIntraFaceDLLd.dll
intowin32\Debug
- Run
For Linux(x86_64) users:
- Download this project
- Put IntraFace header files into
linux_x64/include/intraface
- Put
libintraface.a
intolinux_x64/lib/intraface
- Put the models into
linux_64/models
- Open terminal in
linux_x64
- make
- Run demo in
./bin