【发布时间】:2013-11-08 07:38:09
【问题描述】:
我们可以通过两种方式使用人脸检测: 1.通过网址 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图像数组
【问题讨论】:
标签: php ios iphone face-detection