我们可以通过两种方式使用人脸检测: 1. 通过 url 2. 通过上传图片。
我需要使用第二个。
我得到了 php 中的代码
<form action="path_to_facedetect" method="POST" enctype="multipart/form-data"> <input type="file" id="pic" name="pic" /> <input type="text" id="url_object_store" name="url_object_store" /> <input type="submit" value="Send it..." /> </form>
从链接: http: //map.hpl.hp.com/face-detection/api.html
谁能告诉我如何在 iPhone 中传递数据?
我需要通过:
1.url_object_store 2.X-Auth-Token 3.bytes 图像数组