Giter Club home page Giter Club logo

facereco-c's Introduction

FaceReco

source license platform

FaceReco is a face recognition system, which can learn and recognize faces from a video. It is developed by Marko Linna at the University of Oulu in the Research Work on Information Processing course. The C++/Qt sources are available under the BSD 3-Clause license. This software was developed for research purposes and there is no other support available than this readme file.

ui ui ui

Check this video to see how the system performs on the Honda/UCSD video database.

FaceReco utilizes 3rd party software Chehra for facial landmark detection and tracking. Faces are represented using Local Binary Patterns (LBP). For more detailed information about the system, read the following paper:

  • Linna M, Kannala J and Rahtu E. Online Face Recognition System Based on Local Binary Patterns and Facial Landmark Tracking. Advanced Concepts for Intelligent Vision Systems (ACIVS 2015). [PDF]

System requirements

FaceReco runs on Windows 64-bit hosts (tested with Windows 7).

Prerequisites

In order to compile FaceReco, the following dependencies must be installed.

Compilation

The following steps are required in order to compile FaceReco with OpenCV and Chehra.

  1. Get the Chehra C++ Tracking Code (VS2010 and VS2012) from here.
  2. Unzip the software to desired location.
  3. Update CHEHRA_ROOT variable in FaceReco.pro to point to Chehra root folder.
  4. Update OPENCV_ROOT variable in FaceReco.pro to point to OpenCV 2.4.9 root folder.
  5. Open Chehra_Linker.h from Include folder and comment out all the header includes but "opencv2/opencv.hpp".
  6. Compile FaceReco with Qt Creator.

License

Copyright (c) 2015 Marko Linna.

Licensed under the BSD 3-Clause license.

Citation

Please site the following paper in your publications if FaceReco helps your research.

@inproceedings{linna2015online,
  title={Online Face Recognition System Based on Local Binary Patterns and Facial Landmark Tracking},
  author={Linna, Marko and Kannala, Juho and Rahtu, Esa},
  booktitle={International Conference on Advanced Concepts for Intelligent Vision Systems},
  pages={403--414},
  year={2015},
  organization={Springer}
}

facereco-c's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.