2017 © Pedro Peláez
 

library face-detector

Face detector for Laravel 4.

image

ozziest/face-detector

Face detector for Laravel 4.

  • Monday, August 25, 2014
  • by ozziest
  • Repository
  • 1 Watchers
  • 2 Stars
  • 133 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FaceDetector

This class detect one face in images., (*1)

Installation

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',

Usage

FaceDetector::detect('image.jpg')->toJpeg();

Methods

  • toJpeg()
  • toJson()
  • getFace()

Requirements

PHP5 with GD, (*6)

License

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

The Versions

25/08 2014

dev-master

9999999-dev https://github.com/ozziest/face-detector

Face detector for Laravel 4.

  Sources   Download

GPL

The Requires

 

by Özgür Adem Işıklı

laravel face-detector