可能重复:
PHP 中的人脸检测
我希望能够检测图像的一部分,例如图像中的人脸$filetoReplace
,然后
将其替换为图像中的另一张脸$fileReplaceWith
。有什么办法可以在php中完成吗?
$filetoReplace = 'image/person.jpg';
$fileReplaceWith = 'image/anotherperson.jpg';
可能重复:
PHP 中的人脸检测
我希望能够检测图像的一部分,例如图像中的人脸$filetoReplace
,然后
将其替换为图像中的另一张脸$fileReplaceWith
。有什么办法可以在php中完成吗?
$filetoReplace = 'image/person.jpg';
$fileReplaceWith = 'image/anotherperson.jpg';