我們可以用兩種方式使用人臉檢測: 1.通過傳遞url 2.通過上傳圖像。我想使用HpCloud的Face Detect API for iphone sdk
我需要使用第二個。
我在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的數據?
我需要通過:圖像
謝謝,但我已經嘗試this.I需要知道如何通過其說法,到底...我m到處「不正確的參數「錯誤。 –