|
|
|
Ask HN: What face recognition framework should I use?
|
|
6 points
by mea36
5606 days ago
|
|
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. |
|
Face 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