photo-tagging

Delphi Components for Face Identification and Tagging

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. ...

photo tagging using c#

Hi can some body tell me how to implement photo tagging feature in c# ? I want to develope the same functionality like orkut, facebook Thank you ...

Problem about querying the photo_tag using FQL on facebook?

I have an application which wanting to show the statistics about a friend who got tagged in a photo. The outcome seems odd. e.g. I have a friend A. A is a friend of B but B isn't my friend. B has a photo and tag A to his photo. When my facebook application runs, I cannot see how many tagged photo applied on A. Is it because B is not my ...

WPF Create Rectangle Tags on Image from DataBinding

I'm trying to add image tags to a WPF image and I'm not having much luck. I'd like to do it through databinding if at all possible. Can I set a resource with a DataTemplate to take care of this? Here's what I've been playing with to no avail: <Image Margin="25,4,14,46" Name="MainImage" Stretch="Uniform" ...

Image tagging like facebook in asp.net

I am using asp.net and C#. I have a image control, I want that people can tag that image[similar to facebook]. As I want to save the tag cordinated into the datbase, so that the admin can see the tags made by the user on the image. Please let me know how can I achieve this in asp.net with JQuery. Thanks in advance. ...