php-facedetection icon indicating copy to clipboard operation
php-facedetection copied to clipboard

Detect face in images in pure PHP

Results 12 php-facedetection issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the great script. is there any way to return FALSE if no face is detected in the image?

This script is cool and simple enough but unfortunately it is failed in some cases. For example i have attached a file here which is not a face but detected...

How can create my custom delection data or how it work

Added sharpness will make detection of face more accurate.

…etect_greedy_big_to_small() in order to abort the face detection after x seconds and to prevent the process from an endless loop. Signed-off-by: NEPOMUC.com

Hello sir, I have a problem to use your code in php framework codeigniter, i want to use it as library. Can u help me to fix it ? thank's...