Opencv中的相关函数

发布于 2024-11-10 11:13:13 字数 201 浏览 3 评论 0原文

帮助我学习Opencv中的相关函数。

我读过一些参考资料,但我无法得到正确的想法。 使用相关性,我可以匹配两个图像并通过考虑原始图像和另一个图像之间的关系来为其分配权重。 ? (因为我想匹配 2 个相似但不是 100% 相同的图像) 是一种模板匹配...?

我想知道是否有人可以向我指出 net.c++ 中某处的 c++ 示例代码。

谢谢

Help me to learn correlation function in Opencv.

I have read some references but I unable to get a correct idea.
Using Correlation can I match two images and assign weights on them by considering relation between original and another. ?
(becouse I want to match 2 images like same but not 100% same)
Is a kind of Template matching ...?

I wonder if someone can point me a sample code in c++ somewhere in net.

Thank you

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

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

发布评论

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

评论(1

笑脸一如从前 2024-11-17 11:13:13

您可以使用图像相关性来查找图像内的子图像。

这就是它的工作原理,在文本框中查找零:

在此处输入图像描述

另外,请查看 这个答案

You can use Image Correlation to find subimages inside an image.

This is how it works, looking for zeroes inside a textbox:

enter image description here

Also, take a look at this answer

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