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