标签: php android opencv curl image-processing
我在Android中找到了一个用于图像识别的API,即Pastec,他们提供了用于图像识别的cURL脚本。它在那里工作得很好,但我想知道如何用Android调用这个cURL脚本。 cURL脚本是
curl -X POST --data-binary @/home/test/img/request.jpg http://localhost:4212/index/searcher
当我从Android传递POST HttpRequest时,服务器不接受我的文件。