2017 © Pedro Peláez
 

library php-facedetection

PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.

image

cvele/php-facedetection

PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.

  • Friday, December 16, 2016
  • by cvele
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Face Detection

This class detect one face in images. This is a pure PHP port of an existing JS code from Karthik Tharavaad., (*1)

Requirements

PHP5 with GD, (*2)

License

GNU GPL v2 (See LICENSE.txt), (*3)

The Versions

16/12 2016

dev-master

9999999-dev https://github.com/mauricesvay/php-facedetection

PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.

  Sources   Download

GNU GPL v2

The Requires

  • php >=5.2.0
  • ext-gd *