News Feed
Jobs Feed
Sections




News Archive
Maurice Svay's Blog:
Face detection in pure PHP (without OpenCV)
June 22, 2009 @ 12:53:22

Maurice Svay has a new blog post that includes a script he's developed to perform facial recognition (detect faces in images) with PHP without the need of the Open-CV library.

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. So I started to think about implementing it myself. [...] I kept searching and finally found a canvas+javascript implementation of face detection at http://blog.kpicturebooth.com/?p=8. The code looked fairly compact and simple. Shouldn't be hard to port to PHP.

The class takes in the filename of an image (just JPG, but could easily be adapted) and a data file to use to run the image through the GD image library and output a JPG similar to this with the face highlighted by a red square.

0 comments voice your opinion now!
gd opencv detection face


blog comments powered by Disqus

Similar Posts

Pierre\'s Blog: What\'s new in GD, 5.1.x

Nick Silvestro's Blog: Verification is a Wonderful Thing

CodedFX.com: Creating a CAPTCHA for Your Site

MegaLeecher.net: Decoding CAPTCHA using PHP | Hypertext Preprocessor

PHPBuilder.com: Create a CAPTCHA Script with PHP


Community Events











Don't see your event here?
Let us know!


introduction series podcast language conference phpunit rest release development database interview example testing usergroup opinion functional zendframework2 framework symfony2 community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework