[摘要]本篇文章给大家带来的内容是关于PHP如何调用FACE++ API实现url人脸比较(代码示例),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。output代码(out.php).&l...
本篇文章给大家带来的内容是关于PHP如何调用FACE++ API实现url人脸比较(代码示例),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助。
output代码(out.php).
<html>
<body bgcolor="#00ffff">
<center>
<h1>Face Compare System</h1>
</center>
<center>
<form action="face.php" method="post">
URL1:<input type="text" name="URL_1">
<br>
<br>
URL2:<input type="text" name="URL_2">
<br>
<br>
<input type="submit" value="提交对比">
</form>
</center>
</body>
</html>