Gesichtserkennung mit PHP
Wow, Maurice Svay hat eine Gesichserkennung nur mit PHP und GD geschrieben.
Lately, I’ve been looking for ways to detect faces in photos with PHP. (…) I expected to find many solutions for doing it with PHP. Surprisingly, the only one I could find is OpenCV, an opensource lib that was originally developed by Intel. OpenCV seems to perform well but you need to be able to install it on your server. In my case, I wanted to have a pure PHP solution, so it can work with most hosts.
Ich habe seine Lösung nicht ausprobiert bin aber alleine von dem Vorhaben beeindruckt.
via web-schnipsel


Wow, das ist echt beeindruckend.
Überlege gerade, wofür man das sinnvoll einsetzen könnte