PHP Classes

File: index.php

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

Contents

Class file image Download
<?php
include "FaceDetector.php";
$detector = new svay\FaceDetector('detection.dat');
$detector->faceDetect('lena512color.jpg');
$detector->toJpeg();