forked from kevinowino869/mitrobill
update face detection
This commit is contained in:
7
system/vendor/yosiazwan/php-facedetection/index.php
vendored
Normal file
7
system/vendor/yosiazwan/php-facedetection/index.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
include "FaceDetector.php";
|
||||
|
||||
$detector = new svay\FaceDetector('detection.dat');
|
||||
$detector->faceDetect('lena512color.jpg');
|
||||
$detector->toJpeg();
|
Reference in New Issue
Block a user