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.
我将 devkit8000 用于我的机器人应用程序。我想在 devkit 上移植 OpenCV。谁能告诉我在 devkit8000 上移植 OpenCV 的过程。我已经完成了开发板的系统(linux)开发和定制。
谢谢!
这个问题更适合 OpenCV 邮件列表。
不过,我认为您可以使用以下命令安装 beagleboard 端口:opkg install opencv
opkg install opencv
如果这不起作用,您可以开始阅读有关如何设置系统以使用 BeagleBoard 进行图像处理的 wiki 页面。