We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ba723 commit 808af22Copy full SHA for 808af22
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,19 @@
+{
2
+ "name": "marcelomx/php-facedetection",
3
+ "description": "PHP class to detect on face in images. A pure PHP port of an existing JS code from Karthik Tharavad.",
4
+ "license": "GNU GPL v2",
5
+ "homepage": "https://github.com/mauricesvay/php-facedetection",
6
+ "authors": [
7
+ {
8
+ "name": "Maurice Svay",
9
+ "homepage": "https://github.com/mauricesvay/php-facedetection/graphs/contributors"
10
+ }
11
+ ],
12
+ "require": {
13
+ "php": ">=5.2.0",
14
+ "ext-gd": "*"
15
+ },
16
+ "autoload": {
17
+ "classmap": ["FaceDetector.php"]
18
19
+}
composer.phar
791 KB
0 commit comments