Categories: jQuery

jQuery Face Detection Plugin

Share

jQuery Face Detection Plugin – This is a jQuery plugin to detect faces over images, videos and canvases.

Include jQuery library and the plugin.

<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="path/to/dist/jquery.facedetection.min.js"></script>

Now set a photo with some faces in your HTML page.

<img id="image" src="img/myface.jpg">

Apply the plugin to this photo and get the face coordinates.

<script>
$('#image').faceDetection({
complete: function (faces) {
console.log(faces);
}
});
</script>

READ MORE | DOWNLOAD

Recent Posts

The Sharp-Looking Guy: 5 Essential Tips for Men to Become Sharp

We've gotten so used to seeing men streetwear joggers, ripped jeans, and sleeveless shirts. Hair…

1 day ago

How to Use Your Wedding Jewellery In Unique Ways At Festivals

When it comes to festivals, the options for wedding jewellery are endless. You can go…

1 day ago

5 Tips On Window Cleaning

Whether it concerns your home or an office building, the state of a property’s windows…

2 days ago

Sustainable Business Practices: A Win-Win Strategy

You know that running an environmentally sustainable business is the right thing to do. But…

2 days ago

Unlock Growth – Guide to Online Financing and Business Loans for Entrepreneurs

If you are in a financial crisis , or need to start a new business…

2 days ago

7 Key Factors That Help In Selecting the Best Fleet Management Software

To realize the strategic advantage from the fleet management system (FMS) and differentiate the business…

2 days ago