I need a way to tag photos in a Delphi desktop application the way Facebook does it.
That includes some way to easily add the tags over the people, and then hovering the mouse over the person in the photo to show the tag.
The two suggestions in the answer given to: "Delphi Components for Face Identification and Tagging" don't solve this.
But I have no idea where to start, and have been unable to find ideas on the web on how to do this. How does Facebook do it? Or maybe there's a component for Delphi that will allow it.
What would be the best way to try to implement Facebook-like tagging?
p.s. This is some of Facebook's API definition for this: http://wiki.developers.facebook.com/index.php/Photos.addTag
Here is a Java program that implements the face tagging functionality that I want to do in my Delphi app: fb-photo-uploader