Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大多数告诉您如何为 Android 安装 OpenCV 的资源似乎都假设您是从头开始的。(请参阅:http ://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html )我有一个项目,我在过去几周一直在努力。现在我想添加 OpenCv 库。这可能吗?
好吧,你链接的教程有你需要的一切。通读 Hello OpenCV 示例部分,但从第 5 步开始。
5. 将 OpenCV 库导入当前工作区并构建它。
6. 将其作为库添加到您项目的项目属性中。
然后根据需要在 MainActivity 中导入包,如果要使用相机,请确保在清单中添加权限和功能。最重要的是,在 MainActivity 中添加 OpenCV 库初始化。正如教程所描述的那样。
如果您遇到任何特定问题,请更新您的问题。希望有帮助!