Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image processing WolframAlpha图像识别API_Image Processing_Wolframalpha - Fatal编程技术网

Image processing WolframAlpha图像识别API

Image processing WolframAlpha图像识别API,image-processing,wolframalpha,Image Processing,Wolframalpha,我需要从我自己的程序(用Python编写,但这并不重要,因为似乎没有任何包可以与WolframAlpha一起使用)运行查询。我找到了WolframAlpha Webservice API引用,但我认为它不能帮助我识别图像 WolframAlfa在其Wolfram语言中支持ImageIdentify语言符号,但我不知道如何通过API使用它,特别是当ImageIdentify显然需要使用POST请求时。通过公共API似乎不可能做到这一点,但是,它可以使用独立的WolframAlpha安装完成-只需编

我需要从我自己的程序(用Python编写,但这并不重要,因为似乎没有任何包可以与WolframAlpha一起使用)运行查询。我找到了WolframAlpha Webservice API引用,但我认为它不能帮助我识别图像


WolframAlfa在其Wolfram语言中支持ImageIdentify语言符号,但我不知道如何通过API使用它,特别是当ImageIdentify显然需要使用POST请求时。

通过公共API似乎不可能做到这一点,但是,它可以使用独立的WolframAlpha安装完成-只需编写一个使用ImageIdentify函数的脚本并将其提供给Mathematicscript。

通过公共API似乎不可能完成,然而,它可以通过独立的WolframAlpha安装来完成——只需编写一个使用ImageIdentify函数的脚本,并将其提供给Mathematicscript即可