使用关键点匹配技术在图像位置查找图像

发布于 2024-12-14 06:01:14 字数 234 浏览 2 评论 0原文

您好,我正在寻找可以在源图像中找到模板实时位置的解决方案。

我发现了很多理论讨论,在这篇文章图像比较 - 快速算法中我发现关键点匹配技术。

有人在 c# 中有过这方面的经验吗?一些测试?或者更好的一些代码示例?

Hi I looking for solution which find real time positions of template in source image.

I find many theoretical discussions, and in this article Image comparison - fast algorithm i found Keypoint Matching technique.

Have any one any experiences with this in c# ? Some tests ? Or better some code samples ?

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

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

发布评论

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

评论(2

萌辣 2024-12-21 06:01:14

看看 EmguCV 它是一个 C# 包装器,允许您使用OpenCV 库。特别是 features2d 库。最后,这里是一个帮助您入门的示例。

Have a look at EmguCV it is a C# wrapper that will allow you to use the OpenCV library. In particular, the features2d library. Finally, here is an example to get you started.

晨曦÷微暖 2024-12-21 06:01:14

一项改进:

这次是 2.3.x 版和此版本中的 EmguCV是一些变化。

我在上面的示例中发现,SURFTrackerFeatures2DTracker 取代。

这里有一些示例 SurfDetector< /a>

One improvement:

In this time is EmguCV in version 2.3.x and in this version are some changes.

And one what I found in example above is that, SURFTracker is replaced by Features2DTracker.

Here some example SurfDetector

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