Advertisement
H4nk

index.php

May 12th, 2013
5,688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. include "FaceDetector.php";
  3. $detector = new Face_Detector('detection.dat');
  4. $detector->face_detect('minang.jpg');
  5. $detector->toJpeg();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement