Face detection in 100% pure PHP
- by Yogi Yang 007
I am looking for PHP script that will detect face in a uploaded photo and automatically crop it accordingly.
The code should be in pure PHP without depending on any third party API's or Libs.
This code will be a part of our existing code for processing images.
In fact this is the only part that is missing!
I would prefer to have code in PHP version 5.x not PHP 6.x.