Skip to content

OpenFacetracker/OpenFaceTracker-Lib2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license GitHub license GitHub license Code Climate Test Coverage GitHub version

README

This README would normally document whatever steps are necessary to get facetracker up and running.

alt text

What is this repository for?

Screen

alt text

alt text

How do I get set up?

build facetracker using source code

#Linux (Facetracker core)

$ git clone https://github.com/Facetracker-project/facetracker-core.git
$ cd facetracker-core/

installing dependecies(Debian - ubuntu) :

$ sudo apt-get install libopencv-dev

making the project :

$ make
**************************************
*  Facetracker Building    *
**************************************
make ftall		: Build facetracker
make memleaks		: Check memory leaks

to compile all facetracker modules :

$ make ftall

then execute it using

$ ./facetracker

#Linux ( Adding Options) You can compile facetracker using different Options .

  • -DFT_USE_COLOR = Enable color output
  • -DFT_DEBUG_ENABLED = Enable Debug mode
  • -DFT_ALLOW_EXCEPT = Enable exceptions
  • -DFT_WINCAM_LIST = Enable camera listing for Windows
  • -DFT_TEST_PERFORMANCE = Enable performance testing
  • -DFT_NO_UI = Disable graphique check
  • -DFT_FORM = Enable output for FORM detection
  • -DFT_TEST_RECOGNISE = Enable recognition
  • -DFT_OPTIMISATION = Enable optimisation

#Windows (facetracker core)

Open the .sln file using Visual Studio

#Available Arguments -o : allows you to open a media source (camera , picture , video, rtsp link..)

$ ./facetracker -o CAM0 (open camera id=0)
$ ./facetracker -o video.avi (open the file video.avi)

Contributors

  • Hamza Bourrahim
  • Godeleine Champenois
  • Worphy Bimboutsa
  • Ralph Obame

About

a facial detection recognition library based on opencv 2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published