from Hacker News

Ask HN: What face recognition framework should I use?

by mea36 on 2/8/11, 4:15 AM with 5 comments

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.

  • by ajray on 2/8/11, 5:15 AM

    OpenCV is my favorite Computer Vision (CV) library. http://opencv.willowgarage.com/wiki/

    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

  • by JonathanWCurd on 2/8/11, 4:41 AM

    Open CV is free and decent to start with. Lots of wrappers exist for it so you could pretty much use it with whatever environment you are using. If your idea is validated you could then look into some of the more expensive commercial libraries out there. They would give you more features flexibility scale and (maybe) better results.
  • by yemkay on 2/8/11, 11:46 AM

    http://face.com (if you can afford API calls)