使用网络摄像头进行照片识别

发布于 2024-09-15 00:52:21 字数 181 浏览 3 评论 0原文

几个月后,我有一个游戏要玩,但我想通过使用一些网络摄像头来作弊一下:P。

游戏很简单,你开着你的车行驶并尝试找出路边拍摄的图像。但我在想如果我使用一些网络摄像头,我可以扫描周围的环境来寻找这些照片。我可能仍然需要寻找这些照片,但这对我有很大帮助。

我在想也许我应该使用 OpenCV 进行特征检测,但这是最聪明的吗?

in a few months I've got a game to play, but I want to cheat a bit :P by using some webcams.

The game is simple you drive with your car around and try to spot images that are taken of the roadside. But I was thinking if I use some webcams, I could scan the surrounding for these photos. I will probably still need to look for these photos but it helps me a lot.

I was thinking maybe I should use OpenCV with Feature Detection, but is this the smartest?

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

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

发布评论

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

评论(1

情域 2024-09-22 00:52:21

比最聪明的人更好,你应该寻找更强大的人。

前段时间我使用过 opencv + SIFT 它支持旋转转换您正在寻找并且可以通过向检查添加功能来进行渐进式查找。

这可能是个好主意,您可以在此处找到opencv实现

Better than the smartest, you should look for the stronger one.

Some times ago I've worked with opencv + SIFT which gives support for rototraslation of what you're looking for and can do progressive finding by adding feature to the checks.

It may be a good idea, and you can find opencv implementation here

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