将 OpenCV 额外模块添加到现有 OpenCV VS 项目
我在网上搜索,除了从头开始构建之外,找不到任何推荐的方法将额外的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论