vote up 6 vote down star
1

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.

flag

1  
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 at 5:43

1 Answer

vote up 3 vote down

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|flag
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 at 23:41

Your Answer

Get an OpenID
or

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