5

Are there any good components, free or commercial, available for Delphi (I use Delphi 2009) that will allow me to easily implement face detection and tagging of the faces in photos (i.e. graphics/images)?

I need to do something similar to what Google Picasa's Web Albums can do, but from within my application.

lkessler
  • 19,414
  • 31
  • 125
  • 196
  • 3
    You are not looking for a component. You're looking for a library. – Rob Kennedy Jan 10 '09 at 17:54
  • I'd prefer non-visual components that can be compiled into the code, rather than a library I'd have to link to. That said, if there was a library that did most-everything, I'd probably go for it. – lkessler Jan 10 '09 at 20:04
  • 1
    No. Not yet. The closest is the fb-photo-uploader program that I mention in http://stackoverflow.com/questions/703542/delphi-how-to-tag-photos-the-way-facebook-does but I would then have to translate that from Java to Delphi. – lkessler May 28 '09 at 05:43

2 Answers2

3

Did you see the SDK's that come in the answer Face recognition Library.

The one from nuerotechnology has an activex component that you could use.

Community
  • 1
  • 1
gjutras
  • 718
  • 4
  • 13
  • Thanks for that suggestion. I doubt if ActiveX will be a good solution for me, since my product is a single EXE distributable. But that answer gives me some good products to check into and get ideas from. – lkessler Aug 28 '09 at 23:41
2

Here is what you wanted

http://delphimagic.blogspot.com/2011/08/reconocimiento-de-caras-con-delphi.html

Michael C.
  • 36
  • 1