Download the PHP package softon/laravel-face-detect without Composer
On this page you can find all versions of the php package softon/laravel-face-detect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download softon/laravel-face-detect
More information about softon/laravel-face-detect
Files in softon/laravel-face-detect
Download softon/laravel-face-detect
More information about softon/laravel-face-detect
Files in softon/laravel-face-detect
Vendor softon
Package laravel-face-detect
Short Description A Laravel Package for Face Detection and Cropping in Images.
License MIT
Package laravel-face-detect
Short Description A Laravel Package for Face Detection and Cropping in Images.
License MIT
Keywords laravelface detection
Please rate this library. Is it a good library?
Informations about the package laravel-face-detect
Laravel-Face-Detect
A Laravel Package for Face Detection and Cropping in Images.
Installation
- Edit the composer.json add to the require array & run composer update
"softon/laravel-face-detect": "dev-master"
composer update
- Add the service provider to the config/app.php file in Laravel
'Softon\LaravelFaceDetect\FaceDetectServiceProvider',
- Add an alias for the Facade to the config/app.php file in Laravel
'FaceDetect' => 'Softon\LaravelFaceDetect\Facades\FaceDetect',
- Publish the config file by running
php artisan vendor:publish
Usage
To extract the Face and save the cropped image use...
To extract the Face and return the cropping coordinates without cropping the image...
To detect if face is found in a image...
You may edit the config file facedetect.php in the config directory to add aditional padding to the cropped Images.
All versions of laravel-face-detect with dependencies
PHP Build Version
Package Version
The package softon/laravel-face-detect contains the following files
Loading the files please wait ....