Nov
2
Badass JavaScript: Face Detection in JavaScript via HTML5 Canvas
You have probably seen face detection at work in programs like iPhoto and Picasa, but what if you could do that performantly in JavaScript? Chinese developer Liu Liu has done the honors, and implemented the algorithm using the canvas element.
The algorithm is implemented on top of a JS port of a…