Skip to content

Reconhecimento Facial Baseado em Visão Estéreo

Notifications You must be signed in to change notification settings

lluchiari/ReFacE

Repository files navigation

ReFacE

Reconhecimento Facial com visão Estéreo

ReFaCe is framework for Facial Recognition with Stereo Vision.

The project is hosted on github: https://github.com/lluchiari/ReFacE

The online version built in Doxygen is comming soon.

What it does.


In a nutshell ReFacE is a framework that was proposed be used to create a modular face recognition system using Stereo Vision.

But it's framework can be used for anything, you just need to folow the framework!

The framework consist in modules that inherite from a common root class called "Module". It forces all the modules implement two basic functions: setup() and run();

Besides this every module requires a Setting file that dictates how the modules will run and with witch configuration files.

[Figure]

Download Source


To retrieve the code:

git clone https://github.com/lluchiari/ReFacE cd ReFacE

Dependencies


ReFacE has the following dependencies:

About

Reconhecimento Facial Baseado em Visão Estéreo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages