mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-23 12:24:44 +02:00
8 lines
152 B
PHP
8 lines
152 B
PHP
|
<?php
|
||
|
|
||
|
include "FaceDetector.php";
|
||
|
|
||
|
$detector = new svay\FaceDetector('detection.dat');
|
||
|
$detector->faceDetect('lena512color.jpg');
|
||
|
$detector->toJpeg();
|