Face Detection Using Javascript
Previously blogfreakz has publishing resource about Face Detection Using PHP. Today I will sharing with you another face detection resource which is using javascript and HTML5 canvas. This script is created by Liu Liu, Chinese developer. The algorithm is implemented on top of a JS port of a C-based computer vision library by the same author.
It works off a grayscale version of the image, and it’s seems to be quite reliable in detecting faces in photographs. The demo page draws a red box around each face in the picture. The source code available to download on github.
Requirements:-
Demo: http://liuliu.me/detect/detect.html
License: Other License