Difference between revisions of "Face Recognition"

From Robert-Depot
Jump to: navigation, search
m (openbr)
Line 9: Line 9:
  
 
*Shape analysis of local facial patches for 3D facial expression recognition. with weka - http://www.researchgate.net/publication/220603234_Shape_analysis_of_local_facial_patches_for_3D_facial_expression_recognition
 
*Shape analysis of local facial patches for 3D facial expression recognition. with weka - http://www.researchgate.net/publication/220603234_Shape_analysis_of_local_facial_patches_for_3D_facial_expression_recognition
 +
==Face Detection==
 +
*with pupils:
 +
<syntaxhighlight lang="bash">
 +
br -algorithm ShowFaceDetection -enrollAll -enroll /Volumes/Cistern/Life/NewYears\'sEve/*.JPG
 +
</syntaxhighlight>
  
 
=stackoverflow=
 
=stackoverflow=
 
*http://stackoverflow.com/questions/17513421/facial-expression-recognition-from-webcam
 
*http://stackoverflow.com/questions/17513421/facial-expression-recognition-from-webcam

Revision as of 11:06, 6 February 2014

<<< back to Wiki Home

opencv

open cv face recognition tutorial- http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html

openbr

Face Detection

  • with pupils:
br -algorithm ShowFaceDetection -enrollAll -enroll /Volumes/Cistern/Life/NewYears\'sEve/*.JPG

stackoverflow