Face Detection script in Jquery
Are you looking for jquery face detection plugin which detect persons face on, then you search end here i found awesome jQuery plugin which you can easily integrate on your website to detect face on image this is very useful while making photo tagging system like facebook which auto detect your friend faces on photo and you could easily tag them.
Create a simple html page and call photo by IMG tag and apply some css.
index.html
Note: Wait 2-3 sec. after clicking button.
Note facedetection library dependent on jquery core library, So you first need to add jquery library after that add facedetection library to make it work.
Now finally call faceDetection function on button click, You can call this function on any event as per your need.
After that your final index.html file will be..
index.html
Face detection script in jquery
Note: Wait 2-3 sec. after clicking button.
