You are here

index.php in Image Focus Crop 7

Same filename and directory in other branches
  1. 6 php-facedetection/index.php

File

php-facedetection/index.php
View source
<?php

include "FaceDetector.php";
$detector = new Face_Detector('detection.dat');
$detector
  ->face_detect('lena512color.jpg');
$detector
  ->toJpeg();