dev-master
9999999-dev https://github.com/ozziest/face-detectorFace detector for Laravel 4.
GPL
The Requires
- php >=5.4.0
- illuminate/support 4.2.*
- ext-gd *
by Özgür Adem Işıklı
laravel face-detector
Wallogit.com
2017 © Pedro Peláez
Face detector for Laravel 4.
This class detect one face in images., (*1)
To install through composer, simply put the following in your composer.json file:, (*2)
{
"require": {
"ozziest/face-detector": "dev-master",
}
}
After installing the package, open your Laravel config file app/config/app.php and add the following lines., (*3)
In the $providers array add the following service provider for this package;, (*4)
'Ozziest\FaceDetector\FaceDetectorServiceProvider',
Add the FaceDetector facades to the aliases in app/config/app.php:, (*5)
'FaceDetector' => 'Ozziest\FaceDetector\Facades\FaceDetector',
FaceDetector::detect('image.jpg')->toJpeg();
toJpeg()toJson()getFace()PHP5 with GD, (*6)
GNU GPL v2 (See LICENSE.txt), (*7)
Face detector for Laravel 4.
GPL
laravel face-detector