5,710
edits
Changes
→Face Detection
*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==
*detect faces (with pupils) in a folder of images:
<syntaxhighlight lang="bash">
br -algorithm ShowFaceDetection -enrollAll -enroll /Volumes/Cistern/Life/NewYears\'sEve/*.JPGface_metadata.csv</syntaxhighlight>*gender detection:<syntaxhighlight lang="bash">br -algorithm GenderClassification -enrollAll -enroll /Volumes/Cistern/Life/NewYears\'sEve/*.JPG gender_metadata.csv</syntaxhighlight>*age regression:<syntaxhighlight lang="bash">br -algorithm AgeRegression -enrollAll -enroll /Volumes/Cistern/Life/NewYears\'sEve/*.JPG age_metadata.csv
</syntaxhighlight>
=stackoverflow=
*http://stackoverflow.com/questions/17513421/facial-expression-recognition-from-webcam