我们如何修改OpenCV并生成新的DLL

发布于 2024-09-29 19:24:33 字数 101 浏览 1 评论 0原文

OpenCV 库很棒。大多数函数都有所需的功能,但是,我想修改一些函数并重新编译,以使其适合我的特定需求。我们如何重新编译 dll 和其他文件?是否有内置脚本或者我们需要自己编写所有脚本?

The OpenCV library is great. Most functions have the required functionality, however, I would like to modify some of the functions and recompile so that it fits my specific needs. how would we recompile the dlls and other files? is there a built-in script or do we need to write all the scripts ourselves?

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

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

发布评论

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

评论(1

过期情话 2024-10-06 19:24:33

根据安装指南,您需要 CMake 在 Windows 上编译它。

我找到了本教程 逐步展示了如何在 Windows 上编译 OpenCV 2.0,但我相信这些说明也适用于编译 OpenCV 2.1。

此线程与您的内容直接相关目的。

According to the install guide, you'll need CMake to compile it on Windows.

I found this tutorial that shows step-by-step how to compile OpenCV 2.0 on Windows, but I believe the instructions also apply for compiling OpenCV 2.1.

This thread is directly related to what you aim.

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