Ask HN: What face recognition framework should I use?
I have an idea for an app I'd like to build that compares similar faces (I'd rather not say much more than that about the app) and I was wondering if anyone has advice about which face recognition framework I should use.
I know I can just google this and get a bunch of frameworks, but I'd like your advice.
5 comments
[ 2.8 ms ] story [ 23.4 ms ] threadFace detection is a special case of Haar-wavelets, which are essiantially recognitions that can be 'trained' by reinforcing with positive and negative images.
OpenCV comes with some really well pre-trained Haar-wavelets for recognizing faces. http://opencv.willowgarage.com/wiki/FaceDetection