Face detection jQuery Plugin
facedetection.jaysalvat.com
Face detection jQuery Plugin
1–10 of 43 posts
Re: Face detection jQuery Plugin
#2Hm I wonder if you can use this to build a simple tagging system?
Re: Face detection jQuery Plugin
#3What license are you rocking?
Re: Face detection jQuery Plugin
#4That is hugely impressive. I just tried it with crowd shots and it worked well. The only issue seemed to be with faces that weren't horizontally aligned.
Would love to read more about the process of moving the algorithm over to jQuery.
Re: Face detection jQuery Plugin
#5This looks like a fork of Liu Liu's javascript library.
http://www.readwriteweb.com/hack/2010/11/face-detection-html...
Re: Face detection jQuery Plugin
#6I wonder how well this would work for automatically cropping user profile pictures. Anyone else try something like this?
Re: Face detection jQuery Plugin
#7Hm I wonder if you can use this to build a simple tagging system?
I don't see why not, it creates an element around each face which you could attribute a unique ID to.
Re: Face detection jQuery Plugin
#8I wonder how well this would work for automatically cropping user profile pictures. Anyone else try something like this?
[deleted]
Re: Face detection jQuery Plugin
#9This looks like a fork of Liu Liu's javascript library. http://www.readwriteweb.com/hack/2010/11/face-detection-html...
The author credits Liu Liu for the algorithm