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.
我已经在 C/C++ 中使用 OpenCV 编写了一个代码来处理图像,现在我想将应用程序移植到 Android(从 SD 卡中选择文件)然后处理图像。
有没有一种简单的方法可以重用我直接在 Android 项目中编写的代码?
您可以使用 OpenCV4Android 版本(请参阅此处)。
您可以将示例项目导入 OpenCV4Android 包中的 Eclipse ADT。试试看!