DarkArius / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Face Detection #389

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the feature you are interested and which may bring benefit to the
project ...

Hi, many thanks for your great library. I would like to request for face 
detection support. I.e., the library can tell when a face stands in front of 
the camera.

Provide any references/links to publications/algorithms/etc. which could
help in development ...

Inspired by OpenCV's feature.
http://docs.opencv.org/doc/tutorials/objdetect/cascade_classifier/cascade_classi
fier.html#cascade-classifier

Original issue reported on code.google.com by chr1st0s...@gmail.com on 11 Sep 2014 at 6:11

GoogleCodeExporter commented 8 years ago
Face detection is already implemented in Accord.NET Framework, which build on 
and extends AForge.NET. Please see the list of Accord.NET sample applications 
here: http://accord-framework.net/samples.html

Original comment by cureos...@gmail.com on 15 Sep 2014 at 9:42