将 OpenCV 额外模块添加到现有 OpenCV VS 项目

发布于 2025-01-10 23:01:27 字数 400 浏览 0 评论 0原文

我在网上搜索,除了从头开始构建之外,找不到任何推荐的方法将额外的 openCV 模块添加到现有的 OpenCV 项目中。

关于实现这一目标的一些可能方法的任何建议。

到目前为止已经做了什么:

  • 下载了 opencv
  • 下载了 opencv-contrib
  • 使用以下命令运行 OpenCV 的 python 交叉编译脚本: python ../opencv/platforms/android/build_sdk.py --extra_modules_path ../opencv_contrib/modules ../opencv

接下来的步骤是什么,我的 VS 项目中已经有了 opencv 标准模块,只需要添加额外的 contrib 模块(特别是其中的 2 个模块)。

I searched online and couldn't find any recommended way to add the extra openCV modules into an existing OpenCV project other than building it all from scratch.

Any recommendations on some possible ways to achieve that.

What have been done so far:

  • Downloaded opencv
  • Downloaded opencv-contrib
  • Ran OpenCV's python cross-compilation script using the following command :
    python ../opencv/platforms/android/build_sdk.py --extra_modules_path
    ../opencv_contrib/modules ../opencv

What are the next steps given than i have already the opencv standard modules in my VS project and only need to add the extra contrib modules (specifically 2 modules out of them).

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文