Skip to content

HVisionSensing/facialSketchRecognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facialSketchRecognition

Methods of facial recognition through sketches.

List of Methods and Descriptors

  1. Descriptors
  • HOG
  • HAOG
  • SIFT
  • LBP
  • MLBP
  • GS
  • LRBP
  1. Methods
  • Local Feature-based Discriminant Analysis
  • Heterogeneous Prototype Framework

Requeriments

  • OpenCV >= 2.4.2
  • VLfeat >= 0.9.17 (Temporally)
  • CMake

Download and Installation

cd $PATH
git clone https://github.com/estranho/facialSketchRecognition.git
mkdir $PATH/facialSketcheRecognition/build
cd facialSketcheRecognition/build
cmake ..
make

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_facialSketchRecognition)
  3. Commit your changes (git commit -am "Added Something")
  4. Push to the branch (git push origin my_facialSketchRecognition)
  5. Open a Pull Request

References

About

Algorithms of facial recognition through sketches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published