Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/295.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/194.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
C# 是否有移动图像识别库?_C#_Android_Ios_.net_Mobile - Fatal编程技术网

C# 是否有移动图像识别库?

C# 是否有移动图像识别库?,c#,android,ios,.net,mobile,C#,Android,Ios,.net,Mobile,我想做一个应用程序,打开相机,指向图像,如果图像在我的数据库中被识别,给出所有相应的信息,否则,什么也不会发生。我不知道从哪里开始,你能给我介绍一下,并指定我应该使用什么跨平台/ios/android语言吗 您可以尝试OpenCV。检查相似性以匹配数据库图像和相机视图。看看下面的链接。类似的帖子如下: Vuforia是图像和对象识别库。如果您只需要在识别图像时显示一些文本,Vuforia for Android就可以了。如果您想要更多的交互,比如识别图像时显示的移动对象,您应该使用Vuforia

我想做一个应用程序,打开相机,指向图像,如果图像在我的数据库中被识别,给出所有相应的信息,否则,什么也不会发生。我不知道从哪里开始,你能给我介绍一下,并指定我应该使用什么跨平台/ios/android语言吗

您可以尝试OpenCV。检查相似性以匹配数据库图像和相机视图。看看下面的链接。类似的帖子如下:


Vuforia是图像和对象识别库。如果您只需要在识别图像时显示一些文本,Vuforia for Android就可以了。如果您想要更多的交互,比如识别图像时显示的移动对象,您应该使用Vuforia for Unity,然后导出到Android项目。