Badass JavaScript: Face Detection in JavaScript via HTML5 Canvas

Unglaublich was mit JavaScript und HTML5 alles möglich ist!
Funktioniert mit fast jedem Foto das ich ausprobiert habe. Auch Gruppenfotos scheinen kein Problem zu sein. Und das alles bei einer ganz passablen Geschwindigkeit :) 

badassjs:

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…