Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
2k views

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. ...
3
votes
3answers
83 views

How to make a JTextField appear when clicking an image?

So I'm trying to make this program that allows the user to tag photos using java (kinda like Facebook tagging). I have already done loading the image, and making mouselistener when the user clicks an ...
3
votes
1answer
145 views

Is there any JSF or Primefaces Photo tagger component?

Is there any built-in component for facebook like photo-tagging in JSF(Preferably in Primefaces). Or will it be in near future? I have googled a lot but found nothing -- I found a lot of jQuery photo ...
1
vote
1answer
31 views

What is the best way to find photos where ALL tags to be searched on are in the photos using FQL?

If I want to use FQL to search for photos where 2 people are in the photos I can do this using the following code - $fql_query_url = 'https://graph.facebook.com/' . ...
1
vote
1answer
629 views

What is the best way to get list of photos with me and a friend tagged in them?

I'm doing this fql: SELECT object_id, pid, src_big, src_big_height, src_big_width, src, src_height, src_width FROM photo WHERE pid IN (SELECT pid FROM photo_tag WHERE subject= [me_uid]) AND pid IN ...
1
vote
1answer
205 views

Need an automatic image tagging API, any suggestions?

I'm building an application which needs to take an image and infer tags related to it. Those tags can be about things, adjectives or even emotions related to the picture. I've already found ALIPR. ...
1
vote
1answer
642 views

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 ...
0
votes
0answers
22 views

Photo/location/ status user tagging options

I m wondering why there is no option to show a specific tagged photo of yourself, given that the the privacy settings is set to "only me" view. if its possible to have an option to customize the view ...
0
votes
0answers
59 views

Tagging photos with Facebook C# SDK

How can i tag photos with the SDK? I'm able to post photos to page's album, but, i'm getting error ("Invalid parameter") when i'm trying to tag the photos! Thank you
0
votes
0answers
29 views

Photo and Video Tagging on FaceBook

We've got two groups in our office currently arguing over whether it's possible for Facebook users to tag photos and videos of themselves and their friends in photos and videos that have been uploaded ...
0
votes
0answers
158 views

jQuery and Rails image tagging / rectangle selection

I have a simple problem in my mind but can't figure out where to start and JS isn't my strongest front. The JavaScript part is what gives me troubles. I have an uploaded image which I want to drag my ...
0
votes
1answer
153 views

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? ...
0
votes
1answer
328 views

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 ...
-1
votes
0answers
33 views

How to develop a simple photo tagging facebook application? [closed]

Love this Stackoverflow Forum with all your tremendous support and answers. Just registered and here's my first question. After searching a lot on google and here, I could not find any tutorial about ...
-1
votes
1answer
56 views

Developing a photo tagging application (with possibiltiy of tagging unlimited tags)

Developing a facebook application similar to: http://www.fostersartofchilling.com/introducing-strong Their is an image that will be relieved if all the pixels are tagged. Hovering on any pixel on the ...
-1
votes
1answer
115 views

Is it possible to edit a post title on user facebook profile using facebook graph api?

I have done a facebook application which upload photos into default application album. I found that after the upload, there will be a post displayed on user profile saying 'Smi added 10 new photos to ...
-1
votes
2answers
738 views

photo tagging using c#

How can I implement a photo tagging feature in C#? I want to develop similar functionality to sites like Orkut and Facebook.