C++ face detection/recognition implementations
I'd have thought that google could answer this question, but I've not had much luck. Does anyone know of any open source C++ implementations of any face detection algorithms other than the Viola-Jones (boosted cascades of Haar-like features) method? Also, does there exist an open source C++ implementation of Fisherfaces anywhere? Thanks. This post gets some attention, so I'd like to update it. I've contributed the face recognition library I wrote to OpenCV, which includes Eigenfaces, Fisherfaces and Local Binary Patterns Histograms at time of writing this. So OpenCV 2.4.2 now comes with