如何在 ngström Linux 上安装 OpenCV?

发布于 2024-11-01 20:16:44 字数 218 浏览 5 评论 0原文

我想在 OpenCV 2.2 上安装。 org/wiki/%C3%85ngstr%C3%B6m_distribution" rel="nofollow">Ångström Linux 环境。我尝试安装,但没有成功。在 Ångström Linux 上安装 OpenCV 的步骤是什么?

I want to install OpenCV 2.2 on a Ångström Linux enviroment. I tried to install, but I didn't succeed. What are the steps to install OpenCV on Ångström Linux?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

摇划花蜜的午后 2024-11-08 20:16:44

我在 BeagleBoard-xM 上使用 Angstrom 2011.03。包管理器中有 OpenCV 2.2(参见例如 [1])。

所以我只是做了:

opkg 安装 libopencv-highgui-dev

但是,这仅在第三次尝试时才成功。

I am using Angstrom 2011.03 on a BeagleBoard-xM. This has OpenCV 2.2 in the package manager (see e.g. [1]).

So I just did:

opkg install libopencv-highgui-dev

However, this only was successful at the 3rd attempt.

苍暮颜 2024-11-08 20:16:44

我有同样的问题...

我有一个 BeagleBoard-xM rev.C,并且我使用 openembedded 制作了一个 Ångström Linux 基础映像。一切正常!
现在,我尝试使用 Ubuntu 11.04 (Natty Narwhal) 64 位和交叉编译工具链 (Sourcery CodeBench Lite 2011.09-70 for ARM GNU/Linux),但有些发生错误。

我尝试交叉编译另一个应用程序,例如nano,并且没问题。

I've the same issue...

I have a BeagleBoard-xM rev.C and I made an Ångström Linux base-image using openembedded. All works fine!
Now, I'm trying to cross-compile a simple OpenCV application for the target using Ubuntu 11.04 (Natty Narwhal) 64-bit and a cross-compile toolchain (Sourcery CodeBench Lite 2011.09-70 for ARM GNU/Linux), but some error occurred.

I tried to cross-compile another application, like nano, and it's OK.

就是爱搞怪 2024-11-08 20:16:44

您提供的信息非常少,但这是我的假设:

  • 您正在使用 BeagleBoard
  • 您的 beagleboard 有足够的“umph”来实际运行 OpenCV 应用程序
  • 您的 BeagleBoard 上正在进行编译。

我建议您遵循这个 演练。

然后,如果

  • 它无法编译,请检查您的工具链,并尝试编译 nano 或其他一些小型文件应用。
  • 如果它可以编译,但您基于 OpenCV 的应用程序无法运行,请确保您最近更新了 Ångström Linux,并且您的工具链是最新的。

You have provided very little information, but here is what I'm assuming:

  • You're using a BeagleBoard
  • Your beagleboard has enough "umph" to actually run OpenCV applications
  • You have compilation working on your BeagleBoard.

I would recommend you follow this walkthrough.

And then, if

  • It fails to compile, check your toolchain, and try compiling nano or some other small application.
  • If it compiles, but your OpenCV based applications don't work, make sure you have updated Ångström Linux recently, and your toolchain is recent.
夏尔 2024-11-08 20:16:44

这会很有帮助。

opkg update
opkg install opencv
opkg install opencv-apps

This will be helpful.

opkg update
opkg install opencv
opkg install opencv-apps
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文