计算机视觉和AR库速效为Android?速效、视觉、计算机、AR

2023-09-04 10:05:05 作者:≮夲zúη拒绝爱≯

我开始作为一个Android开发人员,我想知道是否有任何计算机视觉库或增强现实图书馆为Android SDK,因为我计划使用这些库的移动应用程序。

I am starting out as an Android Developer, and I would like to know if there are any Computer vision libraries or Augmented Reality libraries for the Android SDK, as I am planning to use these libraries for a mobile app.

我看了,如果我下载NDK,我也许能导入/使用的C OPENCV和ARtoolkit库,但我想知道如果这是可能的,或者如果有一个更好的和更简单的方法使用这些工具。

I have read that if I download the NDK, I might be able to "import/use" the C openCV, and ARtoolkit libraries, but I am wondering if this is possible, or if there is a better and easier way of using these tools.

Android应用程序在Java中,但OpenCV的&放大器; ARtoolkit使用C / C ++。有什么办法来使用这些库?

Android apps are programmed in Java, yet OpenCV & ARtoolkit use C/C++. Is there any way to use these libraries?

推荐答案

有一些用于包装的OpenCV 的使用。对于Java,你可以检查 JavaCV 了。

There are a number of wrappers for OpenCV available. For Java you might check JavaCV out.

据我所知,有与OpenCV的 AR在Android编程之夏的活动,但他们似乎使用C ++。

To my knowledge, there is GSoC activity on AR with OpenCV on Android, but they seem to use C++.