opencv - 对函数“FindHomography”的混淆和“cvFindHomography”

发布于 2025-01-04 01:08:32 字数 398 浏览 0 评论 0原文

我对 opencv 有点陌生。似乎有两个函数“FindHomography”和“cvFindHomography”执行完全相同的功能。所以我对它们之间的区别很困惑。

提供了文档链接: 查找单应性cvFindHomography

感谢您的任何帮助或澄清。

I am a bit new to opencv. It seems that there are two functions "FindHomography" and "cvFindHomography" that perform exactly the same functionality. So I am quite confused over the difference between them.

Links to documentation are provided:
FindHomography, cvFindHomography

Thanks for the any help or clarification.

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

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

发布评论

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

评论(1

怎言笑 2025-01-11 01:08:32

本例的不同之处在于 FindHomography 属于 OpenCV 的 Python 接口, 和 cvFindHomography属于C接口。

The difference in this case is that FindHomography belongs to the Python interface of OpenCV, and cvFindHomography belongs to the C interface.

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