寻找图像比较/模式识别库

发布于 2024-11-28 20:26:49 字数 265 浏览 2 评论 0 原文

最终目标是查看

image1

是否包含

图像2

比较需要支持轻微的失真、缩放、色差、旋转和亮度差异。

它实际上可以是任何语言。我将把这个算法作为一个网络服务来运行,所以如果我必须用 c、c++、python 等编写这一部分,那就没有问题了。

The end goal would be to see if

image1

contains

image2.

the compare needs to support minor distortion, scaling, color differences, rotation, and brightness differences.

it can be in any language really. i will be running this algorithm as a webservice so its no problem if i have to write this portion in c, c++, python, etc.

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

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

发布评论

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

评论(4

女中豪杰 2024-12-05 20:26:49

您可能应该看看 OpenCVVLfeat

You should probably take a look at OpenCV and VLfeat.

戒ㄋ 2024-12-05 20:26:49

执行对象检测

  • 例如,可以使用Rapidminer IMMI(领先的开源数据挖掘平台之一的图像挖掘扩展)
  • BoofCV(使用SURF特征检测)

Object detection can be performed for example using

  • Rapidminer IMMI (image mining extension for one of the leading open-source data-mining platform)
  • BoofCV (using SURF feature detection)
朕就是辣么酷 2024-12-05 20:26:49

ImageMagick 怎么样?它本身不是一个库,但是如果您可以提供对环境的 shell 访问,那么它就非常容易使用。

您很可能对 compare 命令感兴趣。

编辑: ImageMagick 确实包含用于子图像搜索的工具,例如 子图像搜索

How about ImageMagick? Its not a library per se however if you can provide shell access to your environment its pretty easy to use.

You would most probably be interested in the compare command.

EDIT: ImageMagick does contain tools for sub-image search like subimage-search.

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