index.php in Image Focus Crop 6
Same filename and directory in other branches
File
php-facedetection/index.phpView source
<?php
include "FaceDetector.php";
$detector = new Face_Detector('detection.dat');
$detector
->face_detect('lena512color.jpg');
$detector
->toJpeg();