From 80e0dc6485dc86f65f976abeb37478a1344c7ef0 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Wed, 30 Oct 2024 18:05:39 +0700 Subject: [PATCH] update face detection --- .../php-facedetection/Exception/NoFaceException.php | 0 .../php-facedetection/FaceDetector.php | 0 .../{ => yosiazwan}/php-facedetection/LICENSE.txt | 0 .../{ => yosiazwan}/php-facedetection/README.md | 0 .../{ => yosiazwan}/php-facedetection/composer.json | 0 .../php-facedetection/detection.json | 0 .../{ => yosiazwan}/php-facedetection/index.php | 0 .../php-facedetection/lena512color.jpg | Bin 8 files changed, 0 insertions(+), 0 deletions(-) rename system/vendor/{ => yosiazwan}/php-facedetection/Exception/NoFaceException.php (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/FaceDetector.php (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/LICENSE.txt (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/README.md (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/composer.json (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/detection.json (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/index.php (100%) rename system/vendor/{ => yosiazwan}/php-facedetection/lena512color.jpg (100%) diff --git a/system/vendor/php-facedetection/Exception/NoFaceException.php b/system/vendor/yosiazwan/php-facedetection/Exception/NoFaceException.php similarity index 100% rename from system/vendor/php-facedetection/Exception/NoFaceException.php rename to system/vendor/yosiazwan/php-facedetection/Exception/NoFaceException.php diff --git a/system/vendor/php-facedetection/FaceDetector.php b/system/vendor/yosiazwan/php-facedetection/FaceDetector.php similarity index 100% rename from system/vendor/php-facedetection/FaceDetector.php rename to system/vendor/yosiazwan/php-facedetection/FaceDetector.php diff --git a/system/vendor/php-facedetection/LICENSE.txt b/system/vendor/yosiazwan/php-facedetection/LICENSE.txt similarity index 100% rename from system/vendor/php-facedetection/LICENSE.txt rename to system/vendor/yosiazwan/php-facedetection/LICENSE.txt diff --git a/system/vendor/php-facedetection/README.md b/system/vendor/yosiazwan/php-facedetection/README.md similarity index 100% rename from system/vendor/php-facedetection/README.md rename to system/vendor/yosiazwan/php-facedetection/README.md diff --git a/system/vendor/php-facedetection/composer.json b/system/vendor/yosiazwan/php-facedetection/composer.json similarity index 100% rename from system/vendor/php-facedetection/composer.json rename to system/vendor/yosiazwan/php-facedetection/composer.json diff --git a/system/vendor/php-facedetection/detection.json b/system/vendor/yosiazwan/php-facedetection/detection.json similarity index 100% rename from system/vendor/php-facedetection/detection.json rename to system/vendor/yosiazwan/php-facedetection/detection.json diff --git a/system/vendor/php-facedetection/index.php b/system/vendor/yosiazwan/php-facedetection/index.php similarity index 100% rename from system/vendor/php-facedetection/index.php rename to system/vendor/yosiazwan/php-facedetection/index.php diff --git a/system/vendor/php-facedetection/lena512color.jpg b/system/vendor/yosiazwan/php-facedetection/lena512color.jpg similarity index 100% rename from system/vendor/php-facedetection/lena512color.jpg rename to system/vendor/yosiazwan/php-facedetection/lena512color.jpg