PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Charles   PHP Face Detection Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Face Detection Library
Scan, recognize and crop faces in images
Author: By
Last change:
Date: 4 years ago
Size: 593 bytes
 

Contents

Class file image Download
{ "name": "mauricesvay/php-facedetection", "description": "PHP class to detect one face in images. A pure PHP port of an existing JS code from Karthik Tharavad.", "license": "GPL-2.0", "homepage": "https://github.com/mauricesvay/php-facedetection", "authors": [ { "name": "Maurice Svay", "homepage": "https://github.com/mauricesvay/php-facedetection/graphs/contributors" } ], "require": { "php": ">=5.2.0", "ext-gd": "*" }, "autoload": { "classmap": ["FaceDetector.php", "Exception/"] } }