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.

link|improve this question

2  
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 stackoverflow.com/questions/703542/… but I would then have to translate that from Java to Delphi. – lkessler May 28 '09 at 5:43
feedback

2 Answers

up vote 2 down vote accepted

Here is what you wanted

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

link|improve this answer
Yes it is. Thank you. – lkessler Aug 12 '11 at 13:45
feedback

Did you see the SDK's that come in the answer http://stackoverflow.com/questions/953714/face-recognition-library.

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

link|improve this answer
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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.